Whitespace changes only
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 4 Jul 2018 19:36:48 +0000 (21:36 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 4 Jul 2018 19:36:48 +0000 (21:36 +0200)
src/ui/gui/psppire-data-store.h
src/ui/gui/psppire-dict.h

index efeb886864e4ab1c2105bf563b407c56c0e2a017..2fff2d16ddb36acc10ebaafdd9cb709217efa503 100644 (file)
@@ -151,9 +151,6 @@ const struct caseproto *psppire_data_store_get_proto (const PsppireDataStore *);
 struct ccase *psppire_data_store_get_case (const PsppireDataStore *ds,
                                            casenumber casenum);
 
-
-
-
 G_END_DECLS
 
 #endif /* __PSPPIRE_DATA_STORE_H__ */
index 4d78807cba2d97464d9b9a052b8df5904207587d..2c88a49492a0fa49e4cfb2ad7fb4595544fc665d 100644 (file)
@@ -59,7 +59,7 @@ enum {DICT_TVM_COL_NAME=0,
 struct _PsppireDict
 {
   GObject             parent;
-  struct dictionary *dict;
+  struct dictionary   *dict;
 
   gboolean disable_insert_signal;
   /* For GtkTreeModelIface */