Skip to content

Commit cf45bfc

Browse files
restyled-commitsjlatusek
authored andcommitted
Restyled by clang-format
1 parent cf98818 commit cf45bfc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/system/SystemTimer.h

+2-8
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,12 @@ class DLL_EXPORT TimerData
7979
/**
8080
* Return the expiration time.
8181
*/
82-
Clock::Timestamp AwakenTime() const
83-
{
84-
return mAwakenTime;
85-
}
82+
Clock::Timestamp AwakenTime() const { return mAwakenTime; }
8683

8784
/**
8885
* Return callback information.
8986
*/
90-
const Callback & GetCallback() const
91-
{
92-
return mCallback;
93-
}
87+
const Callback & GetCallback() const { return mCallback; }
9488

9589
private:
9690
Clock::Timestamp mAwakenTime;

0 commit comments

Comments
 (0)