clang-format code

This commit is contained in:
Moritz Kobitzsch
2016-10-05 12:33:58 +02:00
parent 58316c608d
commit 73179641b1
24 changed files with 116 additions and 119 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ inline bool requiresNameAnnounced(const std::string &from_name,
// (Guidance Post-Processing does not keep the suffix table around at the moment)
struct NopSuffixTable final
{
NopSuffixTable(){}
NopSuffixTable() {}
bool isSuffix(const std::string &) const { return false; }
} static const table;