mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
d7204e649e
Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 6.0. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
10 lines
113 B
C++
10 lines
113 B
C++
class LibCxx1Class
|
|
{
|
|
public:
|
|
#ifdef TEST_FLAG_1
|
|
# ifdef TEST_FLAG_2
|
|
static float Method();
|
|
# endif
|
|
#endif
|
|
};
|