Skip to content

Commit 0782911

Browse files
clang-format fix
1 parent 4c68b93 commit 0782911

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

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

0 commit comments

Comments
 (0)