From db9124f1de0478dcac525009b6f1589b44a7edd8 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 26 Apr 2019 16:59:41 -0700 Subject: Apply format changes from #2048 (#2059) Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048 --- src/passes/PrintFeatures.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/passes/PrintFeatures.cpp') diff --git a/src/passes/PrintFeatures.cpp b/src/passes/PrintFeatures.cpp index 9c7172eee..53ef6676f 100644 --- a/src/passes/PrintFeatures.cpp +++ b/src/passes/PrintFeatures.cpp @@ -18,9 +18,9 @@ // Print out the feature options corresponding to enabled features // -#include "wasm.h" -#include "wasm-features.h" #include "pass.h" +#include "wasm-features.h" +#include "wasm.h" namespace wasm { @@ -32,8 +32,6 @@ struct PrintFeatures : public Pass { } }; -Pass* createPrintFeaturesPass() { - return new PrintFeatures(); -} +Pass* createPrintFeaturesPass() { return new PrintFeatures(); } } // namespace wasm -- cgit v1.2.3