Commit ae97a5d4 authored by multrus's avatar multrus
Browse files

formatting

parent 5fe6524e
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -917,8 +917,7 @@ static bool parseCmdlIVAS_dec(
            {
                arg->orientation_tracking = IVAS_PUBLIC_ORIENT_TRK_NONE;
            }
            else
                if ( strcmp( argv_to_upper, "REF" ) == 0 )
            else if ( strcmp( argv_to_upper, "REF" ) == 0 )
            {
                arg->orientation_tracking = IVAS_PUBLIC_ORIENT_TRK_REF;
            }

lib_enc/lib_enc.c

100755 → 100644
+2 −2

File changed.File mode changed from 100755 to 100644.

Contains only whitespace changes.

+2 −3
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ ivas_error HeadRotationFileReading(
}



/*-----------------------------------------------------------------------*
 * HeadRotationFileReader_close()
 *
+0 −1
Original line number Diff line number Diff line
@@ -161,4 +161,3 @@ const char *Vector3PairFileReader_getFilePath(

    return reader->file_path;
}
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading