Skip to content

Commit bf1ddbd

Browse files
committed
clang-format
1 parent 996df14 commit bf1ddbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/include/nanobench.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
// public facing api - as minimal as possible
4040
///////////////////////////////////////////////////////////////////////////////////////////////////
4141

42-
#include <chrono> // high_resolution_clock
43-
#include <cstring> // memcpy
44-
#include <iosfwd> // for std::ostream* custom output target in Config
45-
#include <string> // all names
42+
#include <chrono> // high_resolution_clock
43+
#include <cstring> // memcpy
44+
#include <iosfwd> // for std::ostream* custom output target in Config
45+
#include <string> // all names
4646
#include <unordered_map> // holds context information of results
47-
#include <vector> // holds all results
47+
#include <vector> // holds all results
4848

4949
#define ANKERL_NANOBENCH(x) ANKERL_NANOBENCH_PRIVATE_##x()
5050

@@ -398,7 +398,7 @@ struct Config {
398398
std::string mTimeUnitName = "ns";
399399
bool mShowPerformanceCounters = true;
400400
bool mIsRelative = false;
401-
std::unordered_map<std::string,std::string> mContext{};
401+
std::unordered_map<std::string, std::string> mContext{};
402402

403403
Config();
404404
~Config();

0 commit comments

Comments
 (0)