From 39411ccd87b44abef98ec34b21d4c5cee41eb4f9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 15 Dec 2018 08:12:46 -0800 Subject: Consistent spacing around the namespace keyword (#1829) --- src/support/safe_integer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/support/safe_integer.h') diff --git a/src/support/safe_integer.h b/src/support/safe_integer.h index ea5e16425..5bd807a18 100644 --- a/src/support/safe_integer.h +++ b/src/support/safe_integer.h @@ -20,6 +20,7 @@ #include namespace wasm { + bool isInteger(double x); bool isUInteger32(double x); bool isSInteger32(double x); @@ -39,6 +40,7 @@ bool isInRangeI32TruncS(int64_t i); bool isInRangeI32TruncU(int64_t i); bool isInRangeI64TruncS(int64_t i); bool isInRangeI64TruncU(int64_t i); + } // namespace wasm #endif // wasm_safe_integer_h -- cgit v1.2.3