From f8db8a3faa30b71dca33ced38be16d3f93f43e8a Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sun, 19 Mar 2017 00:36:26 +0100 Subject: Bring that Whole New World to the Old Continent too Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261. --- servers/spatial_sound_server.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'servers/spatial_sound_server.cpp') diff --git a/servers/spatial_sound_server.cpp b/servers/spatial_sound_server.cpp index f49367d4c..99bd5116e 100644 --- a/servers/spatial_sound_server.cpp +++ b/servers/spatial_sound_server.cpp @@ -28,17 +28,15 @@ /*************************************************************************/ #include "spatial_sound_server.h" -SpatialSoundServer *SpatialSoundServer::singleton=NULL; - +SpatialSoundServer *SpatialSoundServer::singleton = NULL; SpatialSoundServer *SpatialSoundServer::get_singleton() { return singleton; } - SpatialSoundServer::SpatialSoundServer() { - ERR_FAIL_COND(singleton!=NULL); - singleton=this; + ERR_FAIL_COND(singleton != NULL); + singleton = this; } -- cgit v1.2.3-70-g09d2