Skip to content

Commit efda3b3

Browse files
paschalis-mpeiskaadam
authored andcommitted
clang-format fix
1 parent a203f8b commit efda3b3

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
@@ -304,7 +304,7 @@ class DataAggregator : public DataReader {
304304
/// ```
305305
/// SPE branch events will have 'ADDR' set to a branch target address while
306306
/// other perf or SPE events will have it set to zero.
307-
ErrorOr<std::pair<PerfBasicSample,PerfBasicSample>> parseSpeAsBasicSamples();
307+
ErrorOr<std::pair<PerfBasicSample, PerfBasicSample>> parseSpeAsBasicSamples();
308308

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

0 commit comments

Comments
 (0)