From 41600690673d6e49026c3309c708d6da17c603c6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 3 Jan 2010 14:31:25 +0000 Subject: Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and XXX_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpostproc/postprocess.h') diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 5f23bb240f..6c38eb3427 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -51,12 +51,12 @@ unsigned postproc_version(void); /** * Returns the libpostproc build-time configuration. */ -const char * postproc_configuration(void); +const char *postproc_configuration(void); /** * Returns the libpostproc license. */ -const char * postproc_license(void); +const char *postproc_license(void); #define PP_QUALITY_MAX 6 -- cgit v1.2.3