remove spaces

This commit is contained in:
Watson
2013-05-05 02:51:24 +09:00
parent 0ef2142f9a
commit 35acf83ef7

View File

@@ -78,13 +78,13 @@ module Motion; module Project;
File.open(pch, 'w') do |io|
case platform
when "MacOSX"
header = <<EOS
header =<<EOS
#ifdef __OBJC__
# import <Cocoa/Cocoa.h>
#endif
EOS
when /^iPhone/
header = <<EOS
header =<<EOS
#ifdef __OBJC__
# import <UIKit/UIKit.h>
#endif