summaryrefslogtreecommitdiff
path: root/src/common/xdg.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-08-19 21:05:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-08-19 21:05:06 (GMT)
commit370311f0a7176aa880dd0a15561c87a324fc111c (patch)
treec65174e576443b9832d70ec1f4a8939cf3864ff4 /src/common/xdg.c
parent7ae448ef9adac1642241f09d8838294b5d6e8e2d (diff)
Typos and cosmetics.
Diffstat (limited to 'src/common/xdg.c')
-rw-r--r--src/common/xdg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/xdg.c b/src/common/xdg.c
index 891b6ae..eb64dad 100644
--- a/src/common/xdg.c
+++ b/src/common/xdg.c
@@ -71,7 +71,7 @@ char *get_xdg_cache_dir(const char *suffix, bool create)
char *result; /* Chemin d'accès à renvoyer */
const char *env; /* Valeur de l'environnement */
int ret; /* Bilan d'une assurance */
-
+
assert(suffix[0] != G_DIR_SEPARATOR);
result = NULL;
@@ -145,7 +145,7 @@ char *get_xdg_config_dir(const char *suffix, bool create)
char *result; /* Chemin d'accès à renvoyer */
const char *env; /* Valeur de l'environnement */
int ret; /* Bilan d'une assurance */
-
+
assert(suffix[0] != G_DIR_SEPARATOR);
result = NULL;
@@ -219,7 +219,7 @@ char *get_xdg_data_dir(const char *suffix, bool create)
char *result; /* Chemin d'accès à renvoyer */
const char *env; /* Valeur de l'environnement */
int ret; /* Bilan d'une assurance */
-
+
assert(suffix[0] != G_DIR_SEPARATOR);
result = NULL;
@@ -293,7 +293,7 @@ char *get_xdg_state_dir(const char *suffix, bool create)
char *result; /* Chemin d'accès à renvoyer */
const char *env; /* Valeur de l'environnement */
int ret; /* Bilan d'une assurance */
-
+
assert(suffix[0] != G_DIR_SEPARATOR);
result = NULL;
@@ -365,7 +365,7 @@ char *get_xdg_runtime_dir(const char *suffix)
{
char *result; /* Chemin d'accès à renvoyer */
const char *env; /* Valeur de l'environnement */
-
+
assert(suffix[0] != G_DIR_SEPARATOR);
result = NULL;