summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h4
1 files changed, 2 insertions, 2 deletions
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