mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -38,7 +38,7 @@ int UptimeTimer::getElapsedSeconds () const
|
||||
}
|
||||
else
|
||||
{
|
||||
// VFALCO: TODO, use time_t instead of int return
|
||||
// VFALCO TODO use time_t instead of int return
|
||||
result = static_cast <int> (::time (0) - m_startTime);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user