mirror of
https://github.com/reactos/CMake.git
synced 2025-04-02 07:11:33 +00:00

Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
10 lines
91 B
C++
10 lines
91 B
C++
|
|
#include "framework.h"
|
|
|
|
#include "stdio.h"
|
|
|
|
void framework()
|
|
{
|
|
printf("framework\n");
|
|
}
|