aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/json/jsonparse.h
diff options
context:
space:
mode:
authorZipCPU <dgisselq@ieee.org>2018-06-07 15:38:24 -0400
committerZipCPU <dgisselq@ieee.org>2018-06-07 15:38:24 -0400
commit4499864024a5b658bf5772ed87e218bcdaedc262 (patch)
tree493bb4dc9e86cfc14466a4c7be5252dcd6843a74 /frontend/json/jsonparse.h
parenta4f687548e31b64a7684fdfbb64ea82f46370e2a (diff)
downloadnextpnr-4499864024a5b658bf5772ed87e218bcdaedc262.tar.gz
nextpnr-4499864024a5b658bf5772ed87e218bcdaedc262.tar.bz2
nextpnr-4499864024a5b658bf5772ed87e218bcdaedc262.zip
Applied clang-format to my own contributions
Diffstat (limited to 'frontend/json/jsonparse.h')
-rw-r--r--frontend/json/jsonparse.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/json/jsonparse.h b/frontend/json/jsonparse.h
index 12bf6dcd..a1c28a42 100644
--- a/frontend/json/jsonparse.h
+++ b/frontend/json/jsonparse.h
@@ -17,13 +17,13 @@
*
*/
-#ifndef JSON_PARSER
-#define JSON_PARSER
+#ifndef JSON_PARSER
+#define JSON_PARSER
-#include <string>
#include <istream>
+#include <string>
#include "design.h"
-extern void parse_json_file(std::istream *&, std::string &, Design *);
+extern void parse_json_file(std::istream *&, std::string &, Design *);
#endif