OSDN Git Service

2009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / hwint.h
index 32f8806..7dec860 100644 (file)
 
 /* The string that should be inserted into a printf style format to
    indicate a "long" operand.  */
-#ifndef HOST_LONG_FORMAT 
+#ifndef HOST_LONG_FORMAT
 #define HOST_LONG_FORMAT "l"
 #endif
 
 /* The string that should be inserted into a printf style format to
    indicate a "long long" operand.  */
-#ifndef HOST_LONG_LONG_FORMAT 
+#ifndef HOST_LONG_LONG_FORMAT
 #define HOST_LONG_LONG_FORMAT "ll"
 #endif