]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/picomodel/pm_3ds.c
tools: reduce diff noise
[xonotic/netradiant.git] / libs / picomodel / pm_3ds.c
index 1a8e88f1985a2fe04e122fecc35ada208879340b..e72454a170a6d851599d15ac2f4c38f3d2863e5f 100644 (file)
@@ -119,7 +119,7 @@ debugChunkNames[] =
        { CHUNK_OBJECT_UV, "CHUNK_OBJECT_UV"         },
        { 0,  NULL                     }
 };
-static char *DebugGetChunkName( int id ){
+static char *DebugGetChunkName( int id ) {
        int i,max;  /* imax? ;) */
        max = sizeof( debugChunkNames ) / sizeof( debugChunkNames[0] );
 
@@ -518,7 +518,6 @@ static int DoNextEditorDataChunk( T3dsLoaderPers *pers, long endofs ){
                        /* read in surface name */
                        if ( !GetASCIIZ( pers,surfaceName,sizeof( surfaceName ) ) ) {
                                return 0; /* this is bad */
-
                        }
 //PicoGetSurfaceName
                        /* ignore NULL name surfaces */