Style: Apply new clang-format 5.0 style to all files

This commit is contained in:
Rémi Verschelde
2017-12-06 21:36:34 +01:00
parent b65c6801b2
commit 98ed70d40e
5 changed files with 12 additions and 10 deletions

View File

@@ -29,6 +29,6 @@
/*************************************************************************/
#include "haiku_application.h"
HaikuApplication::HaikuApplication()
: BApplication("application/x-vnd.godot") {
HaikuApplication::HaikuApplication() :
BApplication("application/x-vnd.godot") {
}