]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Platform/PlatformUnix.cpp
clang-format: Apply to all headers
[lugaru.git] / Source / Platform / PlatformUnix.cpp
index 6ed11bf7e6ecbf0cd9e7051e3eb6cd07a36da6d1..ba164a5f0d12494b19c048661b7d85d47f94b593 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -53,7 +53,7 @@ static int QueryPerformanceCounter(LARGE_INTEGER* liptr)
 
 class AppTime
 {
-  public:
+public:
     AppTime()
     {
         counterRate = 1;