Run clang-format on the repository

We currently don't have any checks for clang formatting as part of our
check-in process, this is an incremental patch to get things compliant.
This commit is contained in:
Jordan Bayles 2019-06-27 12:01:43 -07:00
parent 879a5b80ce
commit ddc9e0fcd7
2 changed files with 4 additions and 5 deletions

View File

@ -16,7 +16,6 @@
#include <cstring>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <json/config.h>
#include <json/json.h>
#include <limits>