1
0
forked from 0ad/0ad

Added newline at end, for gcc

This was SVN commit r539.
This commit is contained in:
Ykkrosh 2004-06-18 18:49:12 +00:00
parent 114313771b
commit 00442470a2
6 changed files with 7 additions and 6 deletions

View File

@ -135,4 +135,4 @@ JSBool JSI_Vector3D::toString( JSContext* cx, JSObject* obj, uintN argc, jsval*
buffer[255] = 0;
*rval = STRING_TO_JSVAL( JS_NewStringCopyZ( cx, buffer ) );
return( JS_TRUE );
}
}

View File

@ -46,4 +46,5 @@ namespace JSI_Vector3D
void init();
};
#endif
#endif

View File

@ -65,4 +65,4 @@ JSBool JSI_BaseEntity::toString( JSContext* cx, JSObject* obj, uintN argc, jsval
buffer[255] = 0;
*rval = STRING_TO_JSVAL( JS_NewStringCopyZ( cx, buffer ) );
return( JS_TRUE );
}
}

View File

@ -27,4 +27,4 @@ namespace JSI_BaseEntity
void init();
};
#endif
#endif

View File

@ -133,4 +133,4 @@ JSBool JSI_Entity::toString( JSContext* cx, JSObject* obj, uintN argc, jsval* ar
buffer[255] = 0;
*rval = STRING_TO_JSVAL( JS_NewStringCopyZ( cx, buffer ) );
return( JS_TRUE );
}
}

View File

@ -28,4 +28,4 @@ namespace JSI_Entity
void init();
};
#endif
#endif