aboutsummaryrefslogtreecommitdiff
path: root/img-load.h
diff options
context:
space:
mode:
Diffstat (limited to 'img-load.h')
-rw-r--r--img-load.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/img-load.h b/img-load.h
index f50c9d2..1b6cb53 100644
--- a/img-load.h
+++ b/img-load.h
@@ -1,5 +1,5 @@
#ifndef __IMG_LOAD_H__
-# define __IMG_LOAD_H__
+#define __IMG_LOAD_H__
-gint32 img_load_image(const gchar *, ImageParasite *, GError **);
+gint32 img_load_image (const gchar *, ImageParasite *, GError **);
#endif