about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-29 17:21:49 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-08-29 17:21:49 +0000
commita6af2469e4cb6a5d07c64bb57b2becad711fc3fe (patch)
treeb2fe6003daf7aa7966be567b9ead45f5e753dc33 /lib
parent81abb43508ebdca110c07c92965f6c586cd0a3c1 (diff)
downloadnetpbm-mirror-a6af2469e4cb6a5d07c64bb57b2becad711fc3fe.tar.gz
netpbm-mirror-a6af2469e4cb6a5d07c64bb57b2becad711fc3fe.tar.xz
netpbm-mirror-a6af2469e4cb6a5d07c64bb57b2becad711fc3fe.zip
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4621 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib')
-rw-r--r--lib/util/pm_c_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/pm_c_util.h b/lib/util/pm_c_util.h
index a093adb6..a0d69556 100644
--- a/lib/util/pm_c_util.h
+++ b/lib/util/pm_c_util.h
@@ -65,7 +65,7 @@
   */
   #if ( defined(__GNUC__) && (__GNUC__ >= 2) ) || \
       ( defined(__STDC__) && (__STDC__ == 1) && \
-        defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) ) 
+        defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) )
     #include <stdbool.h>
   #else
     /* We used to assume that if TRUE was defined, then bool was too.
@@ -76,7 +76,7 @@
        also another library that defines bool, he can either make the
        other library define/respect HAVE_BOOL or just define HAVE_BOOL in
        the file that includes pm_config.h or with a compiler option.  Note
-       that C++ always has bool.  
+       that C++ always has bool.
     */
     #ifndef HAVE_BOOL
       #define HAVE_BOOL 1