Another style fix
diff --git a/src/data.c b/src/data.c
index dcb278b..9d99714 100644
--- a/src/data.c
+++ b/src/data.c
@@ -62,6 +62,7 @@
 };
 
 const char *bc_err_descs[] = {
+
   NULL,
   "memory allocation error",
   "I/O error",
@@ -125,6 +126,7 @@
   "quit request not honored",
   "limits request not honored",
 #endif // NDEBUG
+
 };
 
 const char bc_sig_msg[34] = "\ninterrupt (type \"quit\" to exit)\n";