summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/block-parser.h2
-rw-r--r--src/gallery-utils.h4
-rw-r--r--src/replace-table.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/block-parser.h b/src/block-parser.h
index b975ea8..666d27a 100644
--- a/src/block-parser.h
+++ b/src/block-parser.h
@@ -27,7 +27,7 @@ G_BEGIN_DECLS
typedef struct BlockParser BlockParser;
-BlockParser *block_parser_new ();
+BlockParser * block_parser_new ();
void block_parser_free (BlockParser *parser);
diff --git a/src/gallery-utils.h b/src/gallery-utils.h
index 521a1fe..2bffc18 100644
--- a/src/gallery-utils.h
+++ b/src/gallery-utils.h
@@ -44,7 +44,7 @@ gboolean copy_file (const gchar *src, const gchar *dst);
* make_string: make string of 'substr' substrings
* - returns newly allocated string
*/
-gchar *make_string (const gchar *substr, int count);
+gchar * make_string (const gchar *substr, int count);
/*
* fix_entities: replace all invalid & entities with &
@@ -67,7 +67,7 @@ int count_dir_levels (const gchar *path);
/*
* extract_file_ext: returns pointer to filename extension
*/
-const gchar *extract_file_ext (const gchar *filename);
+const gchar * extract_file_ext (const gchar *filename);
/*
* log_error: prints an error and increments stats
diff --git a/src/replace-table.h b/src/replace-table.h
index ab2f28a..916af2b 100644
--- a/src/replace-table.h
+++ b/src/replace-table.h
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
typedef GHashTable ReplaceTable;
-ReplaceTable *replace_table_new ();
+ReplaceTable * replace_table_new ();
void replace_table_free (ReplaceTable *table);