Index: third_party/stp/BUILD.gn |
diff --git a/third_party/stp/BUILD.gn b/third_party/stp/BUILD.gn |
index 22e40f3b8b49f147243053a89cf36f168bca320c..553f41bc25e64308face02b44d1a0eaf2166465c 100644 |
--- a/third_party/stp/BUILD.gn |
+++ b/third_party/stp/BUILD.gn |
@@ -30,15 +30,11 @@ config("stp_config") { |
"-Wno-unused-function", |
"-Wno-unused-private-field", |
] |
- cflags_cc = [ |
- "-fexceptions", |
- ] |
+ cflags_cc = [ "-fexceptions" ] |
} |
config("stp_public_config") { |
- include_dirs = [ |
- "src/include", |
- ] |
+ include_dirs = [ "src/include" ] |
} |
component("stp") { |
@@ -372,9 +368,7 @@ action_foreach("generate_lexer") { |
"src/lib/Parser/smt.lex", |
"src/lib/Parser/smt2.lex", |
] |
- outputs = [ |
- "{{source_gen_dir}}/lex{{source_name_part}}.cpp", |
- ] |
+ outputs = [ "{{source_gen_dir}}/lex{{source_name_part}}.cpp" ] |
args = [ |
"{{source}}", |
"{{source_name_part}}", |