Fix some indenting

This commit is contained in:
Marc Burns 2011-11-11 00:49:18 -05:00
parent 2392c8a492
commit 94667335f5
2 changed files with 49 additions and 47 deletions

View File

@ -284,6 +284,8 @@ uint64_t PosDb::setUPCName (UPC upc, std::string name) {
acceptLogEntry(l);
return log.writeEntry(l);
}
std::vector<std::string> PosDb::toString() {
return log.toString();
}