1
0
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:
varshneydevansh 2023-08-12 09:19:41 +05:30
parent cd632b2586
commit cb5be7daaf

View File

@ -712,10 +712,10 @@ enum Skipped
#if defined(BENCHMARK_HAS_CXX11)
: unsigned
#endif
{
{
NotSkipped = 0,
SkippedWithMessage,
SkippedWithError
SkippedWithError
};
} // namespace internal