Remove trailing whitespace.

This commit is contained in:
Doug Torrance 2017-09-09 21:24:24 -04:00 committed by Carlos R. Mafra
parent acacf6d0b9
commit 279eb3c3fe
14 changed files with 26 additions and 26 deletions

View file

@ -30,7 +30,7 @@ fi
(grep "^IT_PROG_INTLTOOL" $srcdir/configure.ac >/dev/null) && { (grep "^IT_PROG_INTLTOOL" $srcdir/configure.ac >/dev/null) && {
(intltoolize --version) < /dev/null > /dev/null 2>&1 || { (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
echo echo
echo "**Error**: You must have \`intltool' installed." echo "**Error**: You must have \`intltool' installed."
echo "You can get it from:" echo "You can get it from:"
echo " ftp://ftp.gnome.org/pub/GNOME/" echo " ftp://ftp.gnome.org/pub/GNOME/"
@ -102,7 +102,7 @@ xlc )
esac esac
for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print` for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print`
do do
dr=`dirname $coin` dr=`dirname $coin`
if test -f $dr/NO-AUTO-GEN; then if test -f $dr/NO-AUTO-GEN; then
echo skipping $dr -- flagged as no auto-gen echo skipping $dr -- flagged as no auto-gen
@ -129,7 +129,7 @@ do
xml-i18n-toolize --copy --force --automake xml-i18n-toolize --copy --force --automake
fi fi
if grep "^LT_INIT" configure.ac >/dev/null; then if grep "^LT_INIT" configure.ac >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then if test -z "$NO_LIBTOOLIZE" ; then
echo "Running libtoolize..." echo "Running libtoolize..."
libtoolize --force --copy libtoolize --force --copy
fi fi

View file

@ -17,7 +17,7 @@ buttonmaker_SOURCES = \
main.c \ main.c \
wmgeneral.c wmgeneral.c
buttonmaker_LDFLAGS = buttonmaker_LDFLAGS =
buttonmaker_LDADD = \ buttonmaker_LDADD = \
$(BUTTONMAKER_LIBS) \ $(BUTTONMAKER_LIBS) \

View file

@ -6,12 +6,12 @@ ButtonMaker is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
ButtonMaker is distributed in the hope that it will be useful, but ButtonMaker is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>. with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */

View file

@ -6,12 +6,12 @@ ButtonMaker is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
ButtonMaker is distributed in the hope that it will be useful, but ButtonMaker is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>. with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */

View file

@ -45,11 +45,11 @@ Small error in Makefine.in for non-proplist version was fixed.
2.1-unstable 2.1-unstable
libPropList-free version. Command line parameters. X resource 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? work?
0.9 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. if you change locked Xkb group with mouse. Documentation updates.
0.8 0.8
Fookb now can play sounds. Fookb now can play sounds.
@ -60,7 +60,7 @@ No more #define NUMG
0.5 0.5
XpmReadFileToImage error check added. XpmReadFileToImage error check added.
0.4 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. w/o -DWMAKER.
0.3 0.3
The ass. Intended to be Window Maker support. The ass. Intended to be Window Maker support.

View file

@ -21,14 +21,14 @@ PKG_CHECK_MODULES([WUtil], [WUtil])
AC_ARG_ENABLE( AC_ARG_ENABLE(
[wmaker], [wmaker],
[ --enable-wmaker create windowmaker dockable application], [ --enable-wmaker create windowmaker dockable application],
[ [
if test $enable_wmaker = yes ; then if test $enable_wmaker = yes ; then
AC_DEFINE(WMAKER) AC_DEFINE(WMAKER)
fi fi
], ],
[ [
AC_CHECK_PROG(HAVE_WMAKER, wmaker, yes, no) AC_CHECK_PROG(HAVE_WMAKER, wmaker, yes, no)
if test $HAVE_WMAKER = yes ; then if test $HAVE_WMAKER = yes ; then
AC_DEFINE(WMAKER) AC_DEFINE(WMAKER)
fi fi

View file

@ -21,7 +21,7 @@ mouse-clicks to change Xkb locked group with mouse. Additionally,
was written from scratch. was written from scratch.
.P .P
To use \fBfookb\fP with the Window Maker Dock, simply drag the 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). with Window Maker support).
.SH OPTIONS .SH OPTIONS
@ -67,13 +67,13 @@ XPM file contains an icon for "broken Xkb". Please look in
BUGS section. BUGS section.
.TP .TP
.B Sound (Yes|No) .B Sound (Yes|No)
\fBfookb\fP will run command from "Command" value (see below), if this \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 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 this parameter is not defined. In any other case command will not be
run. run.
.TP .TP
.B Command command_to_run .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". set to "Yes".
.SH X resources .SH X resources

View file

@ -83,7 +83,7 @@ int main(int argc, register char *argv[])
*/ */
XrmInitialize(); /* We should initialize X resource XrmInitialize(); /* We should initialize X resource
manager before doing something else manager before doing something else
*/ */
ParseOptions(&argc, argv); /* We should parse command line ParseOptions(&argc, argv); /* We should parse command line
@ -126,8 +126,8 @@ int main(int argc, register char *argv[])
XkbGroupLockMask)) { XkbGroupLockMask)) {
sterror("Cannot XkbSelectEventDetails. It's your problem -- not mine."); sterror("Cannot XkbSelectEventDetails. It's your problem -- not mine.");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} /* Select XkbStateNotify/XkbgroupLock */ } /* Select XkbStateNotify/XkbgroupLock */
read_images(dpy); /* Let's read icon images */ read_images(dpy); /* Let's read icon images */
/* Run out! */ /* Run out! */

View file

@ -1,6 +1,6 @@
/* /*
* fookb.h * fookb.h
* *
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net> * (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
* *
*/ */

View file

@ -150,7 +150,7 @@ void read_images(Display *dpy)
void update_window(Window win, GC gc, unsigned int whattodo, Display *dpy) void update_window(Window win, GC gc, unsigned int whattodo, Display *dpy)
{ {
int err; int err;
err = XPutImage(dpy, win, gc, stupid_picture[whattodo], err = XPutImage(dpy, win, gc, stupid_picture[whattodo],
0, 0, 0, 0, w, h); 0, 0, 0, 0, w, h);

View file

@ -1,6 +1,6 @@
/* /*
* images.h * images.h
* *
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net> * (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
*/ */

View file

@ -11,7 +11,7 @@
/* X Window resource management */ /* X Window resource management */
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/Xresource.h> #include <X11/Xresource.h>
extern XrmDatabase cmdlineDB; /* Database for resources from command extern XrmDatabase cmdlineDB; /* Database for resources from command
line */ line */
extern XrmDatabase finalDB; /* Database for resources from other extern XrmDatabase finalDB; /* Database for resources from other

View file

@ -19,7 +19,7 @@ char *read_param(char *string)
char *newstring; char *newstring;
char *newString; char *newString;
char *result; char *result;
/* Let's make lint happy */ /* Let's make lint happy */
xvalue.size = 0; xvalue.size = 0;

View file

@ -1,4 +1,4 @@
extern XrmDatabase cmdlineDB; /* Database for resources from command extern XrmDatabase cmdlineDB; /* Database for resources from command
line */ line */
extern XrmDatabase finalDB; /* Database for resources from other extern XrmDatabase finalDB; /* Database for resources from other