cleanup: All the whitespace fixes, all at once.
[mLib] / da-test.c
index 8c6a7bb..38b6055 100644 (file)
--- a/da-test.c
+++ b/da-test.c
@@ -64,7 +64,7 @@ int main(void)
        vec vv;
        char *q = p;
        DA_CREATE(&vv);
-/*     putchar('#'); */
+/*     putchar('#'); */
        while ((p = strtok(0, " ")) != 0) {
          int n = atoi(p);
          DA_PUSH(&vv, n);