mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-04 21:09:33 -04:00
Fix clang++ warning: no newline at end of file
This commit is contained in:
parent
bcbc7ba79c
commit
b39e925d82
@ -92,4 +92,4 @@ void DocDelete::processDocItem(DocProcessDocItem *docItem) {
|
||||
delete xmlDoc;
|
||||
delete docItem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -304,4 +304,4 @@ void dumpSpiderdbSqlite(const char *collname, int32_t firstIp) {
|
||||
printf("\n");
|
||||
}
|
||||
sqlite3_finalize(stmt);
|
||||
}
|
||||
}
|
||||
|
@ -216,4 +216,4 @@ const char *formatTimeMs(int64_t when, char buf[32]) {
|
||||
strftime(buf,32,"%Y-%m-%dT%H:%M:%S",&t);
|
||||
sprintf(strchr(buf,'\0'),".%03dZ",(int)(when%1000));
|
||||
return buf;
|
||||
}
|
||||
}
|
||||
|
@ -160,4 +160,4 @@ int32_t RdbMem::getAvailMem() const {
|
||||
bool RdbMem::is90PercentFull() const {
|
||||
ScopedLock sl(m_mtx);
|
||||
return m_is90PercentFull;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user