From bc288a76332b1684b0183084aee0a4f46c617b62 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 4 Mar 2019 14:29:57 -0800 Subject: Suggested white-space changes for fewer gcc warnings. --- src/misc/bar/bar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/misc/bar') diff --git a/src/misc/bar/bar.h b/src/misc/bar/bar.h index c66e302e..15cb2912 100644 --- a/src/misc/bar/bar.h +++ b/src/misc/bar/bar.h @@ -61,7 +61,9 @@ extern void Bar_ProgressStop( Bar_Progress_t * p ); extern void Bar_ProgressUpdate_int( Bar_Progress_t * p, int nItemsCur, char * pString ); static inline void Bar_ProgressUpdate( Bar_Progress_t * p, int nItemsCur, char * pString ) { - if ( BAR_PROGRESS_USE && p && (nItemsCur < *((int*)p)) ) return; Bar_ProgressUpdate_int(p, nItemsCur, pString); } + if ( BAR_PROGRESS_USE && p && (nItemsCur < *((int*)p)) ) return; + Bar_ProgressUpdate_int(p, nItemsCur, pString); +} -- cgit v1.2.3