Skip to content

Commit 447934a

Browse files
rillianjmvalin
authored andcommitted
Remove trailing empty lines from source files
General whitespace cleanup to conform to git's standard. Signed-off-by: Jean-Marc Valin <[email protected]>
1 parent 82bec7d commit 447934a

38 files changed

+0
-39
lines changed

celt/bands.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,4 +1694,3 @@ void quant_all_bands(int encode, const CELTMode *m, int start, int end,
16941694

16951695
RESTORE_STACK;
16961696
}
1697-

celt/opus_custom_demo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,3 @@ int main(int argc, char *argv[])
448448
if (fbytes) free(fbytes);
449449
return ret;
450450
}
451-

celt/os_support.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,3 @@ static OPUS_INLINE void opus_free (void *ptr)
9696
#endif*/
9797

9898
#endif /* OS_SUPPORT_H */
99-

celt/rate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,4 +643,3 @@ int clt_compute_allocation(const CELTMode *m, int start, int end, const int *off
643643
RESTORE_STACK;
644644
return codedBands;
645645
}
646-

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,4 +1088,3 @@ AC_MSG_NOTICE([
10881088
Type "make; make install" to compile and install
10891089
Type "make check" to run the test suite
10901090
])
1091-

silk/MacroCount.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,4 +707,3 @@ static OPUS_INLINE opus_int32 silk_LIMIT_32(opus_int32 a, opus_int32 limit1, opu
707707

708708
#endif
709709
#endif
710-

silk/NLSF2A.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,3 @@ void silk_NLSF2A(
138138
}
139139
}
140140
}
141-

silk/NLSF_unpack.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ void silk_NLSF_unpack(
5252
pred_Q8[ i + 1 ] = psNLSF_CB->pred_Q8[ i + ( silk_RSHIFT( entry, 4 ) & 1 ) * ( psNLSF_CB->order - 1 ) + 1 ];
5353
}
5454
}
55-

silk/PLC.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ void silk_PLC_glue_frames(
6262
);
6363

6464
#endif
65-

silk/bwexpander_32.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ void silk_bwexpander_32(
4848
}
4949
ar[ d - 1 ] = silk_SMULWW( chirp_Q16, ar[ d - 1 ] );
5050
}
51-

0 commit comments

Comments
 (0)