mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f7cd9eed5d
commit
20c9c8eec8
@ -72,4 +72,4 @@ static int sum_of_squares(const int16_t* speech, int length, int offset, int shi
|
|||||||
return sum;
|
return sum;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // FFMPEG_ACELP_MATH_H
|
#endif /* FFMPEG_ACELP_MATH_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user