1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Clang-formatting *.cpp and *.h (some files excluded)

This commit is contained in:
Poommetee Ketson
2017-07-22 17:47:04 +07:00
parent 0ed59fdf12
commit c7c65ca6ba
29 changed files with 27 additions and 29 deletions

View File

@@ -28,10 +28,10 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "audio_server.h"
#include "project_settings.h"
#include "io/resource_loader.h"
#include "os/file_access.h"
#include "os/os.h"
#include "project_settings.h"
#include "servers/audio/effects/audio_effect_compressor.h"
#ifdef TOOLS_ENABLED