Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-29 10:23:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 10:23:51 +0300
commitb3727668168075137f2ded11d7a7821548e4451d (patch)
tree32d6ae27a8b386b765677bc5e3ffe6e33a182c09 /source/gameengine/GamePlayer/ghost/GPG_System.cpp
parentaf36dd4664ddf35c7ad99f05f9878ce1acf787bd (diff)
Cleanup: trailing newlines
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_System.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_System.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_System.cpp b/source/gameengine/GamePlayer/ghost/GPG_System.cpp
index 669ab0532d9..c3e52d84735 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_System.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_System.cpp
@@ -49,5 +49,3 @@ double GPG_System::GetTimeInSeconds()
time /= 1000.0;
return time;
}
-
-