Reformat code

This commit is contained in:
badaix 2020-02-25 22:14:19 +01:00
parent 2efe44517a
commit 0c25a7a42d
3 changed files with 7 additions and 20 deletions

View file

@ -68,7 +68,7 @@ protected:
std::unique_ptr<TageEntry> entry_;
std::string buf_;
json metadata_;
// set whenever metadata_ has changed
/// set whenever metadata_ has changed
bool metadata_dirty_;
#endif
@ -77,7 +77,7 @@ protected:
int parse(std::string line);
void createParser();
void push();
void setMetaData(const std::string&, const std::string&);
void setMetaData(const string& key, const string& newValue);
#endif
void setParamsAndPipePathFromPort();