]> andersk Git - splint.git/blobdiff - src/exprNodeList.c
Committed my changes (but there are several splintme errors currently).
[splint.git] / src / exprNodeList.c
index 54392468773430d3e1d30965b95cd05e87528809..e66082e1f37a54d8167eb2fc0b466d813c25b793 100644 (file)
@@ -43,7 +43,7 @@ exprNodeList_new ()
     dmalloc (sizeof (*s->elements) * exprNodeListBASESIZE);
   s->current = 0;
 
-    return (s);
+  return (s);
 }
 
 static void
This page took 0.04634 seconds and 4 git commands to generate.