[Pkg-wmaker-commits] [wmbiff] 01/15: indent run

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_15
in repository wmbiff.

commit 3b22667ce5e0aa27863578f2f23fd2cf93cb5749
Author: bluehal <bluehal>
Date:   Sun Mar 2 01:04:23 2003 +0000

    indent run
---
 wmbiff/wmbiff.c       | 16 ++++++++--------
 wmgeneral/wmgeneral.c |  8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index d709ee8..f4abf57 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.48 2003/02/08 07:06:08 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.49 2003/03/02 01:04:23 bluehal Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -862,7 +862,7 @@ const char **restart_args;
 
 static void restart_wmbiff(int sig
 #ifdef HAVE___ATTRIBUTE__
-							__attribute__ ((unused))
+						   __attribute__ ((unused))
 #endif
 	)
 {
@@ -959,11 +959,11 @@ static void do_biff(int argc, const char **argv)
 					&& but_pressed_region >= 0) {
 					switch (Event.xbutton.button) {
 					case 1:	/* Left mouse-click */
-                        /* C-S-left will restart wmbiff. */
-                        if ((Event.xbutton.state & ControlMask) && 
-                            (Event.xbutton.state & ShiftMask)) {
-                            restart_wmbiff(0);
-                        } else if (mbox[i].action[0] != '\0') {
+						/* C-S-left will restart wmbiff. */
+						if ((Event.xbutton.state & ControlMask) &&
+							(Event.xbutton.state & ShiftMask)) {
+							restart_wmbiff(0);
+						} else if (mbox[i].action[0] != '\0') {
 							(void) execCommand(mbox[i].action);
 						}
 						break;
@@ -1031,7 +1031,7 @@ static void printversion(void)
 }
 
 
-static void parse_cmd(int argc, const char **argv, /*@out@ */
+static void parse_cmd(int argc, const char **argv,	/*@out@ */
 					  char *config_file)
 {
 	int i;
diff --git a/wmgeneral/wmgeneral.c b/wmgeneral/wmgeneral.c
index d9aa605..16dc4a3 100644
--- a/wmgeneral/wmgeneral.c
+++ b/wmgeneral/wmgeneral.c
@@ -446,9 +446,9 @@ void setMaskXY(int x, int y)
 /*******************************************************************************\
 |* openXwindow																   *|
 \*******************************************************************************/
-void openXwindow(int argc, const char *argv[], const char *pixmap_bytes_bkg[],
-				 const char *pixmap_bytes_src[],
-				 char *pixmask_bits,
+void openXwindow(int argc, const char *argv[],
+				 const char *pixmap_bytes_bkg[],
+				 const char *pixmap_bytes_src[], char *pixmask_bits,
 				 int pixmask_width, int pixmask_height, int notWithdrawn)
 {
 
@@ -568,7 +568,7 @@ void openXwindow(int argc, const char *argv[], const char *pixmap_bytes_bkg[],
 
 	XSetWMHints(display, win, &mywmhints);
 
-	XSetCommand(display, win, (char **)argv, argc);
+	XSetCommand(display, win, (char **) argv, argc);
 	XMapWindow(display, win);
 
 	if (geometry) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list