Tripod indentation to 4 spaces, removed empty first lines

This commit is contained in:
jonpas 2015-07-10 23:34:36 +02:00
parent 97f3ec4f65
commit ef18006423
3 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
};
class ADDON {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
};
};
class Extended_PostInit_EventHandlers {

View File

@ -1,4 +1,3 @@
class CfgVehicles {
class Man;
class CAManBase: Man {

View File

@ -1,4 +1,3 @@
class CfgWeapons {
class ACE_ItemCore;
class InventoryItem_Base_F;