gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7197 - in gnunet-gtk/src: core plugins/chat


From: gnunet
Subject: [GNUnet-SVN] r7197 - in gnunet-gtk/src: core plugins/chat
Date: Sat, 14 Jun 2008 00:53:11 -0600 (MDT)

Author: grothoff
Date: 2008-06-14 00:53:11 -0600 (Sat, 14 Jun 2008)
New Revision: 7197

Modified:
   gnunet-gtk/src/core/main.c
   gnunet-gtk/src/plugins/chat/chat.c
Log:
indent

Modified: gnunet-gtk/src/core/main.c
===================================================================
--- gnunet-gtk/src/core/main.c  2008-06-14 06:52:26 UTC (rev 7196)
+++ gnunet-gtk/src/core/main.c  2008-06-14 06:53:11 UTC (rev 7197)
@@ -75,8 +75,7 @@
   char *buf;
 
   dataDir = GNUNET_get_installation_path (GNUNET_IPK_DATADIR);
-  buf =
-    GNUNET_malloc (strlen (dataDir) + strlen ("../icons/") + 2);
+  buf = GNUNET_malloc (strlen (dataDir) + strlen ("../icons/") + 2);
   strcpy (buf, dataDir);
   strcat (buf, "../icons/");
   gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), buf);

Modified: gnunet-gtk/src/plugins/chat/chat.c
===================================================================
--- gnunet-gtk/src/plugins/chat/chat.c  2008-06-14 06:52:26 UTC (rev 7196)
+++ gnunet-gtk/src/plugins/chat/chat.c  2008-06-14 06:53:11 UTC (rev 7197)
@@ -164,7 +164,7 @@
 
 
 /**
- * This method is called when the user clicks on 
+ * This method is called when the user clicks on
  * the "CANCEL (X)" button in the TAB of the
  * chat notebook.
  */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]