summaryrefslogtreecommitdiff
path: root/src/math-preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math-preferences.h')
-rw-r--r--src/math-preferences.h14
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 */