diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2023-02-25 10:56:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 10:56:25 -0800 |
commit | b1c375caae3830f73120d7d4fe9118bf2895c57c (patch) | |
tree | fcae7e07cde6b26b213185804fcd280c9e67e1e2 /src/template | |
parent | adc9ecc3f75f537628c6b9759db81c2582cdd967 (diff) | |
download | wabt-b1c375caae3830f73120d7d4fe9118bf2895c57c.tar.gz wabt-b1c375caae3830f73120d7d4fe9118bf2895c57c.tar.bz2 wabt-b1c375caae3830f73120d7d4fe9118bf2895c57c.zip |
wasm2c: cap blank lines between sections (NFC) (#2148)
Diffstat (limited to 'src/template')
-rw-r--r-- | src/template/wasm2c.bottom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/wasm2c.bottom.h b/src/template/wasm2c.bottom.h index ca8de5b3..d4aa34d6 100644 --- a/src/template/wasm2c.bottom.h +++ b/src/template/wasm2c.bottom.h @@ -1,4 +1,3 @@ - #ifdef __cplusplus } #endif |