Fixed indentation
This commit is contained in:
10
src/gradix.c
10
src/gradix.c
@@ -61,11 +61,11 @@ const char *signName[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
gchar *name;
|
gchar *name;
|
||||||
guint size;
|
guint size;
|
||||||
gdouble orbis;
|
guint orbis;
|
||||||
gboolean harmonic;
|
gboolean harmonic;
|
||||||
gboolean major;
|
gboolean major;
|
||||||
} aspectData_t;
|
} aspectData_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user