[geary/mjog/default-development-build: 3/5] Application.Client: Sort external const alphabetically




commit 456b6cd55ab4feb5c4c079df2b6aacbcfb69f246
Author: Michael Gratton <mike vee net>
Date:   Sat Oct 3 22:04:12 2020 +1000

    Application.Client: Sort external const alphabetically

 src/client/application/application-client.vala | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/client/application/application-client.vala b/src/client/application/application-client.vala
index 2bf4e094c..7a450fa2c 100644
--- a/src/client/application/application-client.vala
+++ b/src/client/application/application-client.vala
@@ -7,18 +7,18 @@
  */
 
 // Defined by CMake build script.
-extern const string _INSTALL_PREFIX;
-extern const string _GSETTINGS_DIR;
-extern const string _WEB_EXTENSIONS_DIR;
-extern const string _PLUGINS_DIR;
-extern const string _SOURCE_ROOT_DIR;
-extern const string _BUILD_ROOT_DIR;
 extern const string GETTEXT_PACKAGE;
 extern const string _APP_ID;
+extern const string _BUILD_ROOT_DIR;
+extern const string _GSETTINGS_DIR;
+extern const string _INSTALL_PREFIX;
 extern const string _NAME_SUFFIX;
+extern const string _PLUGINS_DIR;
 extern const string _PROFILE;
-extern const string _VERSION;
 extern const string _REVNO;
+extern const string _SOURCE_ROOT_DIR;
+extern const string _VERSION;
+extern const string _WEB_EXTENSIONS_DIR;
 
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]