Reformatted using clang-format

Please use clang-format before submitting code, e.g via the pre-commit
supplied in the repo (thanks AndiDog)
This commit is contained in:
rbock
2015-09-13 21:33:19 +02:00
parent 46c565c5c5
commit 09f23cea0a
168 changed files with 11984 additions and 11583 deletions

View File

@@ -32,7 +32,7 @@ MockDb db;
int main()
{
test::TabBar t;
test::TabBar t;
insert_into(t).set(t.beta = "need also to insert gamma");
insert_into(t).set(t.beta = "need also to insert gamma");
}