fix indent
authorRobert Manea <gotmor@gmail.com>
Sat, 6 Jun 2009 18:13:53 +0000 (20:13 +0200)
committerRobert Manea <gotmor@gmail.com>
Sat, 6 Jun 2009 18:13:53 +0000 (20:13 +0200)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index 9041f35..3b80698 100644 (file)
--- a/uzbl.c
+++ b/uzbl.c
@@ -207,7 +207,7 @@ expand_vars(char *s) {
                 }
                 s++;
                 if( (vend = strchr(s, upto)) ||
-                        (vend = strchr(s, '\0')) ) {
+                    (vend = strchr(s, '\0')) ) {
                     strncpy(ret, s, vend-s);
                     ret[vend-s] = '\0';
                     if( (c = g_hash_table_lookup(uzbl.comm.proto_var, ret)) ) {