about summary refs log tree commit diff stats
path: root/src/tools/tinyurl.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 14:18:57 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 14:18:57 +0200
commita2726b6a7d16f5f846a882fbbe9127e4604bb8bb (patch)
treee6d101676dec96430eafa645ad2b7bd5391a4294 /src/tools/tinyurl.h
parent95015cec56fa56f2ef97227edf06de17c65000d9 (diff)
downloadprofani-tty-a2726b6a7d16f5f846a882fbbe9127e4604bb8bb.tar.gz
Apply coding style
Diffstat (limited to 'src/tools/tinyurl.h')
-rw-r--r--src/tools/tinyurl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tinyurl.h b/src/tools/tinyurl.h
index 14ac6e35..67222cd0 100644
--- a/src/tools/tinyurl.h
+++ b/src/tools/tinyurl.h
@@ -38,7 +38,7 @@
 
 #include <glib.h>
 
-gboolean tinyurl_valid(char *url);
-char* tinyurl_get(char *url);
+gboolean tinyurl_valid(char* url);
+char* tinyurl_get(char* url);
 
 #endif