Skip to content

Commit 61032de

Browse files
clang-format fix
1 parent dbd86f1 commit 61032de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/include/bolt/Profile/DataAggregator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class DataAggregator : public DataReader {
303303
/// ```
304304
/// SPE branch events will have 'ADDR' set to a branch target address while
305305
/// other perf or SPE events will have it set to zero.
306-
ErrorOr<std::pair<PerfBasicSample,PerfBasicSample>> parseSpeAsBasicSamples();
306+
ErrorOr<std::pair<PerfBasicSample, PerfBasicSample>> parseSpeAsBasicSamples();
307307

308308
/// Parse a single perf sample containing a PID associated with an IP and
309309
/// address.

0 commit comments

Comments
 (0)