Cosmetic change.
[SXSI/libbp.git] / bp.c
diff --git a/bp.c b/bp.c
index d9e85a2..f1aef19 100644 (file)
--- a/bp.c
+++ b/bp.c
@@ -446,7 +446,6 @@ void saveTree(bp *b, FILE *fp) {
       printf("Error: cannot save number of parentheses to file\n");
       exit(1);
    }
-
    if (fwrite(b->B, sizeof(pb), (b->n+D-1)/D, fp) != ((b->n+D-1)/D)) {
       printf("Error: cannot save parentheses sequence to file\n");
       exit(1);