fix whitespace (Solaris compiler complaints)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/swt.h b/bundles/org.eclipse.swt/Eclipse SWT/common/library/swt.h
index b45ed9c..0bdba60 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/swt.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/swt.h
@@ -13,13 +13,13 @@
  *

  */

 

-#ifndef INC_swt_H

-#define INC_swt_H

-

-#include "jni.h"

-

+#ifndef INC_swt_H
+#define INC_swt_H
+
+#include "jni.h"
+
 /* For debugging */

-#define DEBUG_PRINTF(x)

+#define DEBUG_PRINTF(x)
 /*#define DEBUG_PRINTF(x) printf x; */

 

 /* define this to print out debug statements */

@@ -43,9 +43,9 @@
 	}
 #else
 #define DEBUG_CHECK_NULL(env, address)
-#endif

-

-#define DECL_GLOB(pSym)

-#define PGLOB(x) x

-

-#endif /* ifndef INC_swt_H */

+#endif
+
+#define DECL_GLOB(pSym)
+#define PGLOB(x) x
+
+#endif /* ifndef INC_swt_H */