Skip to content

Commit 45ba432

Browse files
author
L'In20Cible
committed
Added newline at the end of all cpp/h files...
1 parent 226fbaf commit 45ba432

37 files changed

+36
-37
lines changed

src/core/addons/sp_addon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ void CAddonManager::OnEdictFreed( const edict_t *edict )
174174
{
175175
CALL_LISTENERS(OnEdictFreed, edict);
176176
}
177-
#endif
177+
#endif

src/core/core/sp_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ struct string_t_to_python_str
165165
void InitConverters()
166166
{
167167
to_python_converter< string_t, string_t_to_python_str >();
168-
}
168+
}

src/core/modules/bot/bot_wrap_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ void export_botcmd()
221221

222222
ADD_MEM_TOOLS(CBotCmd, "BotCmd")
223223
;
224-
}
224+
}

src/core/modules/constants/csgo/constants_const_wrap_python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ void export_engine_specific_entity_effects(T EntityEffects)
8080
}
8181

8282

83-
#endif // _CONSTANTS_CONST_WRAP_PYTHON_CSGO_H
83+
#endif // _CONSTANTS_CONST_WRAP_PYTHON_CSGO_H

src/core/modules/constants/orangebox/constants_const_wrap_python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ void export_engine_specific_entity_effects(T EntityEffects)
8181
}
8282

8383

84-
#endif // _CONSTANTS_CONST_WRAP_PYTHON_ORANGEBOX_H
84+
#endif // _CONSTANTS_CONST_WRAP_PYTHON_ORANGEBOX_H

src/core/modules/datamap/datamap_wrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ class InputDataSharedExt
212212
};
213213

214214

215-
#endif _DATAMAP_WRAP_H
215+
#endif // _DATAMAP_WRAP_H

src/core/modules/datamap/orangebox/datamap_wrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ class TypeDescriptionExt
5151
};
5252

5353

54-
#endif // _DATAMAP_ORANGEBOX_WRAP_H
54+
#endif // _DATAMAP_ORANGEBOX_WRAP_H

src/core/modules/engine/csgo/engine_wrap_python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,4 @@ T IEngineSound_Visitor(T cls)
313313
inline int GetPointContents(const Vector &vecAbsPosition, IHandleEntity** ppEntity)
314314
{
315315
return enginetrace->GetPointContents(vecAbsPosition, MASK_ALL, ppEntity);
316-
}
316+
}

src/core/modules/engine/engine_wrap_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,4 +1279,4 @@ void export_engine_trace()
12791279
scope().attr("SURF_NODECALS") = SURF_NODECALS;
12801280
scope().attr("SURF_NOCHOP") = SURF_NOCHOP;
12811281
scope().attr("SURF_HITBOX") = SURF_HITBOX;
1282-
}
1282+
}

src/core/modules/engine/orangebox/engine_wrap_python.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ T IEngineSound_Visitor(T cls)
109109
inline int GetPointContents(const Vector &vecAbsPosition, IHandleEntity** ppEntity)
110110
{
111111
return enginetrace->GetPointContents(vecAbsPosition, ppEntity);
112-
}
112+
}

0 commit comments

Comments
 (0)