Commit 951bdab9 authored by sagnowski's avatar sagnowski
Browse files

Fix formatting

parent 89f671f9
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1677,7 +1677,8 @@ void IsmPositionProvider_getNextFrame(
            readFromShorthandMetadata( positionProvider, objectMetadataBuffer, objIdx );
        }
        /* Otherwise fall back to default position */
        else {
        else
        {
            objectMetadataBuffer->positions[objIdx].azimuth = 0.0f;
            objectMetadataBuffer->positions[objIdx].elevation = 0.0f;
        }
+1 −1

File changed.

Contains only whitespace changes.