Explorar el Código

Add a new line only for stetic

mingodad hace 13 años
padre
commit
122b25b04e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      squirrel/sqobject.h

+ 1 - 0
squirrel/sqobject.h

@@ -281,6 +281,7 @@ struct SQObjectPtr : public SQObject
 		__Release(tOldType,unOldVal);
 		return *this;
 	}
+
 	inline void Null()
 	{
 		SQObjectType tOldType = _type;