Use clang-format to add closing namespace comments

This commit is contained in:
rbock
2017-09-10 14:56:51 +02:00
parent ac765993aa
commit 306ce63f2f
208 changed files with 250 additions and 265 deletions
+1 -1
View File
@@ -51,6 +51,6 @@ namespace sqlpp
};
constexpr null_t null = {};
}
} // namespace sqlpp
#endif