From 64f029f4c8c6d2402c71cc02a5d07cb9aa391333 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 18 Sep 2019 23:09:40 -0700 Subject: [PATCH] Convert ux_blorb.h to K&R style. --- src/curses/ux_blorb.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/curses/ux_blorb.h b/src/curses/ux_blorb.h index 2f7a975..f8a22e2 100644 --- a/src/curses/ux_blorb.h +++ b/src/curses/ux_blorb.h @@ -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; -- 2.34.1