From 1b15b52087a749ed668103687909d6d7e3aa6d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 28 Feb 2015 21:21:21 +0100 Subject: [PATCH] Formatting: leftovers --- src/test-stardict.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test-stardict.c b/src/test-stardict.c index f6a8354..3b62c08 100644 --- a/src/test-stardict.c +++ b/src/test-stardict.c @@ -120,9 +120,9 @@ typedef struct test_entry TestEntry; struct dictionary { - GFile *tmp_dir; //!< A temporary dictionary - GFile *ifo_file; //!< The dictionary's .ifo file - GArray *data; //!< Array of TestEntry's + GFile *tmp_dir; ///< A temporary dictionary + GFile *ifo_file; ///< The dictionary's .ifo file + GArray *data; ///< Array of TestEntry's }; struct test_entry