diff mcabber/src/commands.c @ 393:f8f3c7493457

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents d59e9b8c91d3
children 4f36d41695a9
line wrap: on
line diff
--- a/mcabber/src/commands.c	Thu Aug 04 22:55:10 2005 +0100
+++ b/mcabber/src/commands.c	Thu Aug 04 23:04:54 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * commands.c     -- user commands handling
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -214,7 +214,7 @@
 void send_message(const char *msg)
 {
   const char *jid;
-      
+
   if (!current_buddy) {
     scr_LogPrint(LPRINT_NORMAL, "No buddy currently selected.");
     return;
@@ -731,7 +731,7 @@
 {
   guint assign;
   const gchar *option, *value;
-  
+
   assign = parse_assigment(arg, &option, &value);
   if (!option) {
     scr_LogPrint(LPRINT_NORMAL, "Huh?");
@@ -761,7 +761,7 @@
 {
   guint assign;
   const gchar *alias, *value;
-  
+
   assign = parse_assigment(arg, &alias, &value);
   if (!alias) {
     scr_LogPrint(LPRINT_NORMAL, "Huh?");
@@ -800,7 +800,7 @@
 {
   guint assign;
   const gchar *keycode, *value;
-  
+
   assign = parse_assigment(arg, &keycode, &value);
   if (!keycode) {
     scr_LogPrint(LPRINT_NORMAL, "Huh?");