We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf98818 commit cf45bfcCopy full SHA for cf45bfc
src/system/SystemTimer.h
@@ -79,18 +79,12 @@ class DLL_EXPORT TimerData
79
/**
80
* Return the expiration time.
81
*/
82
- Clock::Timestamp AwakenTime() const
83
- {
84
- return mAwakenTime;
85
- }
+ Clock::Timestamp AwakenTime() const { return mAwakenTime; }
86
87
88
* Return callback information.
89
90
- const Callback & GetCallback() const
91
92
- return mCallback;
93
+ const Callback & GetCallback() const { return mCallback; }
94
95
private:
96
Clock::Timestamp mAwakenTime;
0 commit comments