aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:21:21 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:21:21 +0100
commit1b15b52087a749ed668103687909d6d7e3aa6d84 (patch)
tree48defb7da44cc18be3b28d6aadc9f4e379641707
parent25366d369b01771791d866fdd4abc585096f13c9 (diff)
downloadtdv-1b15b52087a749ed668103687909d6d7e3aa6d84.tar.gz
tdv-1b15b52087a749ed668103687909d6d7e3aa6d84.tar.xz
tdv-1b15b52087a749ed668103687909d6d7e3aa6d84.zip
Formatting: leftovers
-rw-r--r--src/test-stardict.c6
1 files 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