Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 374 → Rev 375

/trunk/PiPL_macho.r
36,6 → 36,9
 
#include "PiPL_common.r"
 
#if (defined(__x86_64__))
CodeMacIntel64 { "PluginMain" },
#endif
#if (defined(__i386__))
CodeMacIntel32 { "PluginMain" },
#endif
53,6 → 56,9
{
#include "pipl_common.r"
 
#if (defined(__x86_64__))
CodeMacIntel64 { "PluginMain" },
#endif
#if (defined(__i386__))
CodeMacIntel32 { "PluginMain" },
#endif