mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 22:40:33 +08:00
feat: removed the extra spaces from the endif
This commit is contained in:
parent
cd632b2586
commit
cb5be7daaf
@ -712,10 +712,10 @@ enum Skipped
|
||||
#if defined(BENCHMARK_HAS_CXX11)
|
||||
: unsigned
|
||||
#endif
|
||||
{
|
||||
{
|
||||
NotSkipped = 0,
|
||||
SkippedWithMessage,
|
||||
SkippedWithError
|
||||
SkippedWithError
|
||||
};
|
||||
|
||||
} // namespace internal
|
||||
|
Loading…
Reference in New Issue
Block a user