diff src/browser.c @ 2372:2927c2c26fe6

[gaim-migrate @ 2385] reformatting. nothing else. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Sep 2001 19:17:11 +0000
parents 33a3b6b903d9
children ad4a0b3f0032
line wrap: on
line diff
--- a/src/browser.c	Thu Sep 27 17:44:23 2001 +0000
+++ b/src/browser.c	Thu Sep 27 19:17:11 2001 +0000
@@ -97,7 +97,8 @@
 						       __SWM_VROOT, 0, 1, False, XA_WINDOW,
 						       &actual_type, &actual_format,
 						       &nitems, &bytesafter,
-						       (unsigned char **)&newRoot) == Success && newRoot) {
+						       (unsigned char **)&newRoot) == Success
+				    && newRoot) {
 					root = *newRoot;
 					break;
 				}
@@ -460,11 +461,10 @@
 
 			if (data)
 				g_free(data);
-		}
-			else if (event->type == GDK_PROPERTY_NOTIFY &&
-				 event->property.window == window &&
-				 event->property.state == GDK_PROPERTY_DELETE &&
-				 event->property.atom == XA_MOZILLA_COMMAND) {
+		} else if (event->type == GDK_PROPERTY_NOTIFY &&
+			   event->property.window == window &&
+			   event->property.state == GDK_PROPERTY_DELETE &&
+			   event->property.atom == XA_MOZILLA_COMMAND) {
 			debug_printf("%s: (server 0x%x has accepted "
 				     MOZILLA_COMMAND_PROP ".)\n", progname, (unsigned int)window);
 		}
@@ -609,7 +609,8 @@
 				g_snprintf(command, sizeof(command), web_command, url);
 			else if ((ms = strstr(web_command, "%s")) != NULL) {
 				*ms = 0;
-				g_snprintf(command, sizeof(command), "%s\"%s\"%s", web_command, url, ms + 2);
+				g_snprintf(command, sizeof(command), "%s\"%s\"%s", web_command, url,
+					   ms + 2);
 			}
 
 			args[0] = "sh";
@@ -667,4 +668,4 @@
 }
 
 
-#endif	/* _WIN32 */
+#endif /* _WIN32 */