mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix tabs and trailing whitespace.
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
~SourceFileImp ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
std::string to_string () const
|
||||
{
|
||||
std::stringstream ss;
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
{
|
||||
return m_file.getFullPathName ().toStdString();
|
||||
}
|
||||
|
||||
|
||||
void fetch (Results& results, beast::Journal journal)
|
||||
{
|
||||
std::int64_t const fileSize (m_file.getSize ());
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
information filled in from the Store.
|
||||
*/
|
||||
virtual void insert (SourceDesc& desc) = 0;
|
||||
|
||||
|
||||
/** Update the SourceDesc fixed fields. */
|
||||
virtual void update (SourceDesc& desc, bool updateFetchResults = false) = 0;
|
||||
|
||||
|
||||
@@ -284,7 +284,7 @@ bool StoreSqdb::select (SourceDesc& desc)
|
||||
{
|
||||
m_journal.debug <<
|
||||
"Found record for " << *desc.source;
|
||||
|
||||
|
||||
found = true;
|
||||
desc.lastFetchTime = stringToTime (lastFetchTime);
|
||||
desc.expirationTime = stringToTime (expirationTime);
|
||||
@@ -311,7 +311,7 @@ bool StoreSqdb::select (SourceDesc& desc)
|
||||
void StoreSqdb::selectList (SourceDesc& desc)
|
||||
{
|
||||
beast::Error error;
|
||||
|
||||
|
||||
std::string const sourceID (desc.source->uniqueID());
|
||||
|
||||
// Get the count
|
||||
|
||||
Reference in New Issue
Block a user