From 6c2655c841afd97d3753426381ea35c5ab09ac19 Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Tue, 2 Jul 2013 23:32:22 +0200 Subject: [PATCH] Comply to AMXX style for more consistency in a4e667e91410 Former-commit-id: 6a989a1857bd8a768b1701f842840c4d16351eb1 --- plugins/include/fakemeta.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/include/fakemeta.inc b/plugins/include/fakemeta.inc index 0400234a..d2460b46 100755 --- a/plugins/include/fakemeta.inc +++ b/plugins/include/fakemeta.inc @@ -556,7 +556,7 @@ enum * @error Invalid entity. * Invalid model pointer. */ -native GetModelCollisionBox( entity, Float:mins[3], Float:maxs[3] ); +native GetModelCollisionBox(entity, Float:mins[3], Float:maxs[3]); /** * Sets entity size to the models collision box. @@ -568,7 +568,7 @@ native GetModelCollisionBox( entity, Float:mins[3], Float:maxs[3] ); * @error Invalid entity. * Invalid model pointer. */ -native SetModelCollisionBox( entity ); +native SetModelCollisionBox(entity); /** * Gets size of a model bounding box. @@ -586,7 +586,7 @@ native SetModelCollisionBox( entity ); * @error Invalid entity. * Invalid model pointer. */ -native GetModelBoundingBox( entity, Float:mins[3], Float:maxs[3], sequence = Model_DefaultSize ); +native GetModelBoundingBox(entity, Float:mins[3], Float:maxs[3], sequence = Model_DefaultSize); /** * Sets size to a model bounding box. @@ -602,4 +602,4 @@ native GetModelBoundingBox( entity, Float:mins[3], Float:maxs[3], sequence = Mod * @error Invalid entity. * Invalid model pointer. */ -native SetModelBoundingBox( index, sequence = Model_DefaultSize ); +native SetModelBoundingBox(index, sequence = Model_DefaultSize);