changeset 2074:e04b6dfbb054

Some whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Sep 2013 11:07:06 +0200
parents 990cad5123f3
children f52b47f29ca0
files mcabber/mcabber/commands.c mcabber/mcabber/roster.c mcabber/mcabber/screen.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/commands.c	Sun Sep 29 10:44:42 2013 +0200
+++ b/mcabber/mcabber/commands.c	Sun Sep 29 11:07:06 2013 +0200
@@ -662,7 +662,7 @@
       resource = jidres;
     }
   }
-  
+
   if (bud && buddy_gettype(bud) & (ROSTER_TYPE_USER|ROSTER_TYPE_AGENT)) {
     if (lock) {
       GSList *resources, *p_res;
--- a/mcabber/mcabber/roster.c	Sun Sep 29 10:44:42 2013 +0200
+++ b/mcabber/mcabber/roster.c	Sun Sep 29 11:07:06 2013 +0200
@@ -1467,7 +1467,7 @@
     if (!current_buddy) return NULL;
     roster_usr = BUDDATA(current_buddy);
   }
-  
+
   resource = roster_usr->active_resource;
   if (!resource) return NULL;
   return resource->name;
--- a/mcabber/mcabber/screen.c	Sun Sep 29 10:44:42 2013 +0200
+++ b/mcabber/mcabber/screen.c	Sun Sep 29 11:07:06 2013 +0200
@@ -3453,7 +3453,7 @@
 }
 
 //  readline_backward_word()
-// Move  back  to the start of the current or previous word
+// Move back to the start of the current or previous word
 void readline_backward_word(void)
 {
   int i = 0;