From 7f24fce21a92f2aed4a11745d27d5181798ba6cd Mon Sep 17 00:00:00 2001 From: Max Graey Date: Tue, 23 Nov 2021 07:03:25 +0200 Subject: Modernize code to C++17 (#3104) --- src/ir/debug.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/ir/debug.h') diff --git a/src/ir/debug.h b/src/ir/debug.h index d4ecf2b70..6dfd379d6 100644 --- a/src/ir/debug.h +++ b/src/ir/debug.h @@ -19,9 +19,7 @@ #include -namespace wasm { - -namespace debug { +namespace wasm::debug { // Given an expression and a copy of it in another function, copy the debug // info into the second function. @@ -52,8 +50,6 @@ inline void copyDebugInfo(Expression* origin, } }; -} // namespace debug - -} // namespace wasm +} // namespace wasm::debug #endif // wasm_ir_debug_h -- cgit v1.2.3