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:
Diffstat (limited to 'source/blender/blenlib/PIL_time.h')
-rw-r--r--source/blender/blenlib/PIL_time.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/source/blender/blenlib/PIL_time.h b/source/blender/blenlib/PIL_time.h
index e9843685f72..7d8983dea57 100644
--- a/source/blender/blenlib/PIL_time.h
+++ b/source/blender/blenlib/PIL_time.h
@@ -30,27 +30,29 @@ extern "C" {
#endif
extern
-/** Return an indication of time, expressed as
+ /** Return an indication of time, expressed as
* seconds since some fixed point. Successive calls
* are guaranteed to generate values greater than or
* equal to the last call.
*/
-double PIL_check_seconds_timer(void);
+ double
+ PIL_check_seconds_timer(void);
extern
-/**
+ /**
* int version of #PIL_check_seconds_timer
*/
-long int PIL_check_seconds_timer_i(void);
+ long int
+ PIL_check_seconds_timer_i(void);
/**
* Platform-independent sleep function.
* \param ms: Number of milliseconds to sleep
*/
-void PIL_sleep_ms(int ms);
+void PIL_sleep_ms(int ms);
#ifdef __cplusplus
}
#endif
-#endif /* __PIL_TIME_H__ */
+#endif /* __PIL_TIME_H__ */