diff options
author | Perberos <[email protected]> | 2011-11-24 23:33:08 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-24 23:33:08 -0300 |
commit | af876ebbd621a63a1a0636fb0ce74da5c2aca480 (patch) | |
tree | fffc4b798e4172059fbd25d78f5bce93b3284af2 /src/math-preferences.h | |
parent | 5b8921d58fbb5ad226815829dece99d5cfc781b8 (diff) | |
download | mate-calc-af876ebbd621a63a1a0636fb0ce74da5c2aca480.tar.bz2 mate-calc-af876ebbd621a63a1a0636fb0ce74da5c2aca480.tar.xz |
allman style format
Diffstat (limited to 'src/math-preferences.h')
-rw-r--r-- | src/math-preferences.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/math-preferences.h b/src/math-preferences.h index 487a68e..e7767f6 100644 --- a/src/math-preferences.h +++ b/src/math-preferences.h @@ -29,19 +29,17 @@ G_BEGIN_DECLS typedef struct MathPreferencesDialogPrivate MathPreferencesDialogPrivate; -typedef struct -{ - GtkDialog parent_instance; - MathPreferencesDialogPrivate *priv; +typedef struct { + GtkDialog parent_instance; + MathPreferencesDialogPrivate* priv; } MathPreferencesDialog; -typedef struct -{ - GtkDialogClass parent_class; +typedef struct { + GtkDialogClass parent_class; } MathPreferencesDialogClass; GType math_preferences_get_type(void); -MathPreferencesDialog *math_preferences_dialog_new(MathEquation *equation); +MathPreferencesDialog* math_preferences_dialog_new(MathEquation* equation); #endif /* MATH_PREFERENCES_H */ |