Convert ux_blorb.h to K&R style.
authorDavid Griffith <dave@661.org>
Thu, 19 Sep 2019 06:09:40 +0000 (23:09 -0700)
committerDavid Griffith <dave@661.org>
Thu, 19 Sep 2019 21:29:51 +0000 (14:29 -0700)
src/curses/ux_blorb.h

index 2f7a9759e483d0b182385239e8de15ea911c31ac..f8a22e280807aa6db22b42c1d4aff279fc3b5199 100644 (file)
@@ -25,10 +25,10 @@ typedef struct sampledata_struct {
  *
  */
 typedef struct {
-    bb_result_t bbres;
-    // ulong type;
-    unsigned long type;
-    FILE *fp;
+       bb_result_t bbres;
+       /* ulong type; */
+       unsigned long type;
+       FILE *fp;
 } myresource;
 
 extern bb_err_t                blorb_err;