chore: update files to match clang-format 1.0.21.

This commit is contained in:
Martin Probst
2015-06-19 10:18:44 -07:00
parent 254e58c28f
commit 920982c4e8
14 changed files with 383 additions and 337 deletions
+5 -1
View File
@@ -166,4 +166,8 @@ function pad(value, length) {
}
enum FileStatus { ADDED, UNCHANGED, CHANGED }
enum FileStatus {
ADDED,
UNCHANGED,
CHANGED
}