diff options
Diffstat (limited to 'gdb/unittests/tui-selftests.c')
-rw-r--r-- | gdb/unittests/tui-selftests.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/unittests/tui-selftests.c b/gdb/unittests/tui-selftests.c index e017b71..a73a444 100644 --- a/gdb/unittests/tui-selftests.c +++ b/gdb/unittests/tui-selftests.c @@ -24,8 +24,10 @@ #include "tui/tui-winsource.h" -namespace selftests { -namespace tui { +namespace selftests +{ +namespace tui +{ static void run_tests () @@ -47,6 +49,7 @@ run_tests () #endif /* TUI */ void _initialize_tui_selftest (); + void _initialize_tui_selftest () { |