Put a space between string literals and macros.

When compiling libavutil/internal.h as C++11, clang warns that a space
is required between a string literal and an identifier. Put spaces
in concatenations of string literals and EXTERN_PREFIX.

Signed-off-by: Chris Watkins <watk@chromium.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Chris Watkins 2015-07-07 10:40:27 -07:00 committed by Michael Niedermayer
parent 09883876ca
commit 55e29ceec8
1 changed files with 2 additions and 2 deletions