diff options
author | monsta <[email protected]> | 2016-11-20 22:09:31 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 22:09:31 +0300 |
commit | 8a02c826552076be5f85bc9412252d096d4f01bb (patch) | |
tree | 0b109f4bbbb4d59494f55d8a700ae0bc2caeca08 /mate-about/mate-about.h | |
parent | 06cb0eac6e40a12855a707d100eacfede1c839c2 (diff) | |
download | mate-desktop-8a02c826552076be5f85bc9412252d096d4f01bb.tar.bz2 mate-desktop-8a02c826552076be5f85bc9412252d096d4f01bb.tar.xz |
fix indent a bit
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 9edf8a4..7fb903d 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -652,9 +652,9 @@ const char* artists[] = { MateAboutDialog* mate_about_dialog = FALSE; #if GTK_CHECK_VERSION(3, 0, 0) - GtkApplication* mate_about_application; +GtkApplication* mate_about_application; #else - GApplication* mate_about_application; +GApplication* mate_about_application; #endif /** @@ -667,9 +667,9 @@ void mate_about_run(void); void mate_about_release_version(void); #if GTK_CHECK_VERSION(3, 0, 0) - static void mate_about_on_activate(GtkApplication* app); +static void mate_about_on_activate(GtkApplication* app); #else - static void mate_about_on_activate(GApplication* app); +static void mate_about_on_activate(GApplication* app); #endif // arguments definitions |