summaryrefslogtreecommitdiff
path: root/src/abi/wasm-object.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2019-04-26 16:59:41 -0700
committerGitHub <noreply@github.com>2019-04-26 16:59:41 -0700
commitdb9124f1de0478dcac525009b6f1589b44a7edd8 (patch)
treefa26395a0f6cca53cf5cb6e10189f989c5bfa847 /src/abi/wasm-object.h
parent87636dccd404a340d75acb1d96301581343f29ca (diff)
downloadbinaryen-db9124f1de0478dcac525009b6f1589b44a7edd8.tar.gz
binaryen-db9124f1de0478dcac525009b6f1589b44a7edd8.tar.bz2
binaryen-db9124f1de0478dcac525009b6f1589b44a7edd8.zip
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
Diffstat (limited to 'src/abi/wasm-object.h')
-rw-r--r--src/abi/wasm-object.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/abi/wasm-object.h b/src/abi/wasm-object.h
index 0ce814030..d12e1f581 100644
--- a/src/abi/wasm-object.h
+++ b/src/abi/wasm-object.h
@@ -25,14 +25,14 @@
namespace wasm {
namespace ABI {
- enum LinkType : unsigned {
- WASM_STACK_POINTER = 0x1,
- WASM_SYMBOL_INFO = 0x2,
- WASM_DATA_SIZE = 0x3,
- WASM_DATA_ALIGNMENT = 0x4,
- WASM_SEGMENT_INFO = 0x5,
- WASM_INIT_FUNCS = 0x6,
- };
+enum LinkType : unsigned {
+ WASM_STACK_POINTER = 0x1,
+ WASM_SYMBOL_INFO = 0x2,
+ WASM_DATA_SIZE = 0x3,
+ WASM_DATA_ALIGNMENT = 0x4,
+ WASM_SEGMENT_INFO = 0x5,
+ WASM_INIT_FUNCS = 0x6,
+};
} // namespace ABI
} // namespace wasm