]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Style updates
[libs/core.git] / source / time / timer.h
index a0dabcdbd7b7cc8e08d553ba7c3e8ea46797762c..26ebf64a36d1725133934ef8fd9f282eca4da24d 100644 (file)
@@ -84,7 +84,7 @@ public:
        Note: If there are no active timers when a blocking tick is executed, it
        won't return until a timer is added from another thread.
        */
-       void tick(bool block=true);
+       void tick(bool block = true);
 
        TimeStamp get_next_timeout() const;
 };