[Pkg-wmaker-commits] [fookb] 08/17: Remove trailing whitespace.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 10 14:35:25 UTC 2017


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

dtorrance-guest pushed a commit to branch upstream
in repository fookb.

commit c37040fcd9a7b98d11d24e4bf67e45e740014a5f
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Sep 9 21:24:24 2017 -0400

    Remove trailing whitespace.
---
 ChangeLog    | 6 +++---
 configure.ac | 4 ++--
 fookb.1x     | 8 ++++----
 fookb.c      | 6 +++---
 fookb.h      | 2 +-
 images.c     | 2 +-
 images.h     | 2 +-
 opts.h       | 2 +-
 params.c     | 2 +-
 xrmdb.h      | 2 +-
 10 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fcddaf1..de3e476 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,11 +45,11 @@ Small error in Makefine.in for non-proplist version was fixed.
 2.1-unstable
 
 libPropList-free version. Command line parameters. X resource
-management. ``configure'' script. I hope non-WindowMaker version still 
+management. ``configure'' script. I hope non-WindowMaker version still
 work?
 
 0.9
-New icons for Xkb groups. Nasty bug was fixed: fookb plays sound twice 
+New icons for Xkb groups. Nasty bug was fixed: fookb plays sound twice
 if you change locked Xkb group with mouse. Documentation updates.
 0.8
 Fookb now can play sounds.
@@ -60,7 +60,7 @@ No more #define NUMG
 0.5
 XpmReadFileToImage error check added.
 0.4
-No more ass. Window Maker support happened. I hope fookb still work 
+No more ass. Window Maker support happened. I hope fookb still work
 w/o -DWMAKER.
 0.3
 The ass. Intended to be Window Maker support.
diff --git a/configure.ac b/configure.ac
index 6106f92..ef0f509 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,14 +21,14 @@ PKG_CHECK_MODULES([WUtil], [WUtil])
 AC_ARG_ENABLE(
   [wmaker],
   [  --enable-wmaker         create windowmaker dockable application],
-  [ 
+  [
     if test $enable_wmaker = yes ; then
       AC_DEFINE(WMAKER)
     fi
   ],
   [
     AC_CHECK_PROG(HAVE_WMAKER, wmaker, yes, no)
-  
+
     if test $HAVE_WMAKER = yes ; then
       AC_DEFINE(WMAKER)
     fi
diff --git a/fookb.1x b/fookb.1x
index d093bcf..9729c6a 100644
--- a/fookb.1x
+++ b/fookb.1x
@@ -21,7 +21,7 @@ mouse-clicks to change Xkb locked group with mouse. Additionally,
 was written from scratch.
 .P
 To use \fBfookb\fP with the Window Maker Dock, simply drag the
-\fBfookb\fP icon to the Window Maker Dock (if \fBfookb\fP was compiled 
+\fBfookb\fP icon to the Window Maker Dock (if \fBfookb\fP was compiled
 with Window Maker support).
 
 .SH OPTIONS
@@ -67,13 +67,13 @@ XPM file contains an icon for "broken Xkb". Please look in
 BUGS section.
 .TP
 .B Sound (Yes|No)
-\fBfookb\fP will run command from "Command" value (see below), if this 
-parameter is set to "Yes". You'll receive (non-fatal) error message if 
+\fBfookb\fP will run command from "Command" value (see below), if this
+parameter is set to "Yes". You'll receive (non-fatal) error message if
 this parameter is not defined. In any other case command will not be
 run.
 .TP
 .B Command command_to_run
-This command will be run if XKB locked group is changed and "Sound" is 
+This command will be run if XKB locked group is changed and "Sound" is
 set to "Yes".
 
 .SH X resources
diff --git a/fookb.c b/fookb.c
index 6c22a49..7535214 100644
--- a/fookb.c
+++ b/fookb.c
@@ -83,7 +83,7 @@ int main(int argc, register char *argv[])
 	*/
 
 	XrmInitialize();	/* We should initialize X resource
-				   manager before doing something else 
+				   manager before doing something else
 				 */
 
 	ParseOptions(&argc, argv);	/* We should parse command line
@@ -126,8 +126,8 @@ int main(int argc, register char *argv[])
 				XkbGroupLockMask)) {
 		sterror("Cannot XkbSelectEventDetails. It's your problem -- not mine.");
 		exit(EXIT_FAILURE);
-	} /* Select XkbStateNotify/XkbgroupLock */ 
-	
+	} /* Select XkbStateNotify/XkbgroupLock */
+
 	read_images(dpy);		/* Let's read icon images */
 
 /* Run out! */
diff --git a/fookb.h b/fookb.h
index 571d44d..cd4d326 100644
--- a/fookb.h
+++ b/fookb.h
@@ -1,6 +1,6 @@
 /*
  * fookb.h
- * 
+ *
  * (c) 1998-2004 Alexey Vyskubov <alexey at mawhrin.net>
  *
  */
diff --git a/images.c b/images.c
index 54b4e69..d052a30 100644
--- a/images.c
+++ b/images.c
@@ -150,7 +150,7 @@ void read_images(Display *dpy)
 void update_window(Window win, GC gc, unsigned int whattodo, Display *dpy)
 {
 	int err;
-	
+
 	err = XPutImage(dpy, win, gc, stupid_picture[whattodo],
 			0, 0, 0, 0, w, h);
 
diff --git a/images.h b/images.h
index 29d1b93..372aae1 100644
--- a/images.h
+++ b/images.h
@@ -1,6 +1,6 @@
 /*
  * images.h
- * 
+ *
  * (c) 1998-2004 Alexey Vyskubov <alexey at mawhrin.net>
  */
 
diff --git a/opts.h b/opts.h
index 2ffbc5d..b077bde 100644
--- a/opts.h
+++ b/opts.h
@@ -11,7 +11,7 @@
 /* X Window resource management */
 #include <X11/Xlib.h>
 #include <X11/Xresource.h>
-extern XrmDatabase cmdlineDB;	/* Database for resources from command 
+extern XrmDatabase cmdlineDB;	/* Database for resources from command
 				   line */
 
 extern XrmDatabase finalDB;	/* Database for resources from other
diff --git a/params.c b/params.c
index b974246..c993f03 100644
--- a/params.c
+++ b/params.c
@@ -19,7 +19,7 @@ char *read_param(char *string)
 	char *newstring;
 	char *newString;
 	char *result;
-	
+
 	/* Let's make lint happy */
 	xvalue.size = 0;
 
diff --git a/xrmdb.h b/xrmdb.h
index 072230b..d57d57e 100644
--- a/xrmdb.h
+++ b/xrmdb.h
@@ -1,4 +1,4 @@
-extern XrmDatabase cmdlineDB;	/* Database for resources from command 
+extern XrmDatabase cmdlineDB;	/* Database for resources from command
 				   line */
 
 extern XrmDatabase finalDB;	/* Database for resources from other

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



More information about the Pkg-wmaker-commits mailing list