changeset 460:c956af023014

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 May 2012 05:45:27 +0300
parents 75ed7be2cfe8
children 9ac344016bfc
files main.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat May 26 05:45:11 2012 +0300
+++ b/main.c	Sat May 26 05:45:27 2012 +0300
@@ -208,6 +208,7 @@
     return TRUE;
 }
 
+
 BOOL str_get_timestamp(char *str, size_t len, const char *fmt)
 {
     time_t stamp = time(NULL);
@@ -231,11 +232,13 @@
     return buf;
 }
 
+
 int str_compare(const void *s1, const void *s2)
 {
     return th_strcasecmp((const char *) s1, (const char *) s2);
 }
 
+
 nn_window_t *nnwin_find(const char *id)
 {
     int i;