mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
clang-format: format all code as Cpp11
This commit is contained in:
committed by
Brad King
parent
82d9bbf2b7
commit
2b4c32c95f
@@ -1,5 +1,6 @@
|
||||
|
||||
int someFunc()
|
||||
{
|
||||
int one_thousand = 1'000; return one_thousand - 1000;
|
||||
int one_thousand = 1'000;
|
||||
return one_thousand - 1000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user