Skip to content

Commit d0aa0b8

Browse files
committed
Apply clang-format
1 parent cf1d890 commit d0aa0b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tune.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ void Tune::make_option(OptionsMap *opts, const string &n, int v, const SetRange
7272
// or OpenBench
7373
<< "int" << ","
7474
#endif
75-
<< v << "," //
76-
<< a << "," //
77-
<< b << "," //
78-
<< (b - a) / 20.0 << "," //
75+
<< v << "," //
76+
<< a << "," //
77+
<< b << "," //
78+
<< (b - a) / 20.0 << "," //
7979
<< "0.0020" << std::endl;
8080
}
8181

0 commit comments

Comments
 (0)