mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
ed98209ddc
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
82 B
C++
10 lines
82 B
C++
|
|
#include "shared.h"
|
|
|
|
#include "stdio.h"
|
|
|
|
void shared()
|
|
{
|
|
printf("shared\n");
|
|
}
|