Formatting: leftovers
This commit is contained in:
parent
25366d369b
commit
1b15b52087
|
@ -120,9 +120,9 @@ typedef struct test_entry TestEntry;
|
||||||
|
|
||||||
struct dictionary
|
struct dictionary
|
||||||
{
|
{
|
||||||
GFile *tmp_dir; //!< A temporary dictionary
|
GFile *tmp_dir; ///< A temporary dictionary
|
||||||
GFile *ifo_file; //!< The dictionary's .ifo file
|
GFile *ifo_file; ///< The dictionary's .ifo file
|
||||||
GArray *data; //!< Array of TestEntry's
|
GArray *data; ///< Array of TestEntry's
|
||||||
};
|
};
|
||||||
|
|
||||||
struct test_entry
|
struct test_entry
|
||||||
|
|
Loading…
Reference in New Issue