added IPv6 Option Type List Parser and generic packet parser with raw data access...
[senf.git] / project.el
index 703309f..74eafad 100644 (file)
@@ -3,7 +3,10 @@
 (defun check-namespace-indent (arg)
   (save-excursion
     (back-to-indentation)
-    (if (looking-at "namespace") [0] '+)))
+    (if (and (looking-at "namespace")
+            (looking-at ".*{")
+            (not (looking-at ".*}")))
+       [0] '+)))
 
  (defconst senf-c-style
   '((c-basic-offset              . 4)