Bladeren bron

Adding newlines to files based on PR feedback

Signed-off-by: Gene Walters <[email protected]>
Gene Walters 2 jaren geleden
bovenliggende
commit
be41df0f8b

+ 1 - 1
MPSGameLift/Code/Source/MPSGameLiftServerSystemComponent.h

@@ -45,6 +45,6 @@ namespace MPSGameLift
         // AzFramework::LevelLoadBlockerBus::Handler overrides
         bool ShouldBlockLevelLoading(const char* levelName) override;
 
-        AZStd::string m_loadedLevelName = "";
+        AZStd::string m_loadedLevelName;
     };
 }

+ 1 - 1
MPSGameLift/Code/mpsgamelift_client_files.cmake

@@ -8,4 +8,4 @@
 set(FILES
     Source/MPSGameLiftClientSystemComponent.cpp
     Source/MPSGameLiftClientSystemComponent.h
-)
+)

+ 1 - 1
MPSGameLift/Code/mpsgamelift_server_files.cmake

@@ -8,4 +8,4 @@
 set(FILES
     Source/MPSGameLiftServerSystemComponent.cpp
     Source/MPSGameLiftServerSystemComponent.h
-)
+)