Formatting: leftovers

This commit is contained in:
Přemysl Eric Janouch 2015-02-28 21:21:21 +01:00
parent 25366d369b
commit 1b15b52087
1 changed files with 3 additions and 3 deletions

View File

@ -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