When adding namespaces to the analyzer in
r10-6151-g75038aa6aa5b562e6358108619d66ef2ccab9a53
I messed up the nesting of the #endif for #if CHECKING_P
and the closing of namespace ana.
This patch fixes it.
gcc/analyzer/ChangeLog:
* sm-signal.cc: Fix nesting of CHECKING_P and namespace ana.
+2020-01-22 David Malcolm <dmalcolm@redhat.com>
+
+ * sm-signal.cc: Fix nesting of CHECKING_P and namespace ana.
+
2020-01-22 David Malcolm <dmalcolm@redhat.com>
PR analyzer/93378
} // namespace selftest
+#endif /* CHECKING_P */
+
} // namespace ana
-#endif /* CHECKING_P */
#endif /* #if ENABLE_ANALYZER */