Skip to content

Commit

Permalink
Merge pull request #6815 from acemod/callCompileCleanup
Browse files Browse the repository at this point in the history
Cleanup spacing on call COMPILE_FILE
  • Loading branch information
commy2 authored Feb 14, 2019
2 parents d54a0e5 + f9d9699 commit 42c2c53
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions addons/advanced_ballistics/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
6 changes: 3 additions & 3 deletions addons/atragmx/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
};
2 changes: 1 addition & 1 deletion addons/attach/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Extended_PreInit_EventHandlers {
};
class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_clientInit) );
clientInit = QUOTE(call COMPILE_FILE(XEH_clientInit));
};
};
class Extended_GetIn_EventHandlers {
Expand Down
4 changes: 2 additions & 2 deletions addons/concertina_wire/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};

Expand Down
4 changes: 2 additions & 2 deletions addons/dagr/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
2 changes: 1 addition & 1 deletion addons/flashlights/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE(call COMPILE_FILE(XEH_postInitClient) );
clientInit = QUOTE(call COMPILE_FILE(XEH_postInitClient));
};
};
4 changes: 2 additions & 2 deletions addons/hearing/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_postInit) );
clientinit = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};

Expand Down
4 changes: 2 additions & 2 deletions addons/huntir/CfgEventhandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
4 changes: 2 additions & 2 deletions addons/kestrel4500/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
4 changes: 2 additions & 2 deletions addons/maptools/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_postInitClient) );
clientInit = QUOTE(call COMPILE_FILE(XEH_postInitClient));
};
};
2 changes: 1 addition & 1 deletion addons/microdagr/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class Extended_PreInit_EventHandlers {

class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_clientInit) );
clientInit = QUOTE(call COMPILE_FILE(XEH_clientInit));
};
};
2 changes: 1 addition & 1 deletion addons/minedetector/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Extended_PreInit_EventHandlers {
};
class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
4 changes: 2 additions & 2 deletions addons/overheating/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
4 changes: 2 additions & 2 deletions addons/rangecard/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
2 changes: 1 addition & 1 deletion addons/recoil/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class Extended_PreInit_EventHandlers {

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
2 changes: 1 addition & 1 deletion addons/reload/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Extended_PreInit_EventHandlers {

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};

Expand Down
4 changes: 2 additions & 2 deletions addons/switchunits/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};
4 changes: 2 additions & 2 deletions addons/tacticalladder/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};

Expand Down
4 changes: 2 additions & 2 deletions addons/tripod/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};

Expand Down
4 changes: 2 additions & 2 deletions addons/yardage450/CfgEventHandlers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Extended_PreStart_EventHandlers {

class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

class Extended_PostInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_postInit) );
init = QUOTE(call COMPILE_FILE(XEH_postInit));
};
};

0 comments on commit 42c2c53

Please sign in to comment.