diff options
author | Jan-Michael Brummer <jan.brummer@tabos.org> | 2019-12-20 10:04:20 +0100 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2019-12-20 10:04:20 +0100 |
commit | 16530acd41ef5129f8f9c4962148c4c3c7b4d63e (patch) | |
tree | 1b0523c679d94bf952fd873ee88c66333c80c99f /src/ephy-pages-button.c | |
parent | b7e20b8baa5a0a9db6a29190484e0662d103f08d (diff) | |
download | epiphany-16530acd41ef5129f8f9c4962148c4c3c7b4d63e.tar.gz |
Fix code style issues found with recent uncrustify version
Diffstat (limited to 'src/ephy-pages-button.c')
-rw-r--r-- | src/ephy-pages-button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-pages-button.c b/src/ephy-pages-button.c index 22b7f3564..e08c4f911 100644 --- a/src/ephy-pages-button.c +++ b/src/ephy-pages-button.c @@ -42,7 +42,7 @@ enum { N_PROPS }; -static GParamSpec *properties [N_PROPS]; +static GParamSpec *properties[N_PROPS]; /* FIXME: I hope there is a better way to prevent the label from changing scale */ static void |