From f67fad91ebbba7eef2488046b6b195872bc29e86 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 17 Sep 2019 23:22:23 -0700 Subject: [PATCH] Convert dumb_blorb.h to K&R style. --- src/dumb/dumb_blorb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dumb/dumb_blorb.h b/src/dumb/dumb_blorb.h index e85a8c9..8c1c1e4 100644 --- a/src/dumb/dumb_blorb.h +++ b/src/dumb/dumb_blorb.h @@ -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 */ -- 2.34.1