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-04 19:47:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-04 19:47:57 +0300
commit58e8c71cbd91931f97607ab8b028624b3e90455e (patch)
tree3569fdc38ad919f0552653504b60edb31273f54f /intern/ghost/intern/GHOST_TimerManager.h
parentf6740993f7add82252bf4f6d9d987d3f724ab8f5 (diff)
Cleanup: strip ghost trailing space
Diffstat (limited to 'intern/ghost/intern/GHOST_TimerManager.h')
-rw-r--r--intern/ghost/intern/GHOST_TimerManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_TimerManager.h b/intern/ghost/intern/GHOST_TimerManager.h
index 6cf4bcf40eb..78026a743eb 100644
--- a/intern/ghost/intern/GHOST_TimerManager.h
+++ b/intern/ghost/intern/GHOST_TimerManager.h
@@ -90,11 +90,11 @@ public:
/**
* Finds the soonest time the next timer would fire.
- * \return The soonest time the next timer would fire,
+ * \return The soonest time the next timer would fire,
* or GHOST_kFireTimeNever if no timers exist.
*/
GHOST_TUns64 nextFireTime();
-
+
/**
* Checks all timer tasks to see if they are expired and fires them if needed.
* \param time The current time.