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