Convert dumb_blorb.h to K&R style.
authorDavid Griffith <dave@661.org>
Wed, 18 Sep 2019 06:22:23 +0000 (23:22 -0700)
committerDavid Griffith <dave@661.org>
Thu, 19 Sep 2019 02:30:49 +0000 (19:30 -0700)
src/dumb/dumb_blorb.h

index e85a8c9450e2bbf238a4bea0259e7fa51513e5a4..8c1c1e4621f5e830a17eb076800183753f7972af 100644 (file)
@@ -28,9 +28,9 @@ typedef struct sampledata_struct {
  *
  */
 typedef struct {
-    bb_result_t bbres;
-    unsigned long type;
-    FILE *fp;
+       bb_result_t bbres;
+       unsigned long type;
+       FILE *fp;
 } myresource;
 
 /* These are used only locally */