Skip to content

Commit 198f8ea

Browse files
committed
Trim excess whitespace
1 parent e9b2544 commit 198f8ea

File tree

9 files changed

+18
-23
lines changed

9 files changed

+18
-23
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ script:
2727
mkdir build && cd build && cmake -DCMAKE_C_COMPILER="${CC}" ..
2828
fi
2929
- make
30-

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ if (UNIX)
8585
endif ()
8686
endforeach ()
8787
endif ()
88-

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Contributing
22

33
When contributing to this repository, please first discuss the change you wish to make via issue,
4-
email, or any other method with the owners of this repository before making a change.
4+
email, or any other method with the owners of this repository before making a change.
55

66
Please note we have a code of conduct, please follow it in all your interactions with the project.
77

88
## Pull Request Process
99

10-
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
10+
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1111
build.
12-
2. Update the README.md with details of changes to the interface, this includes new environment
12+
2. Update the README.md with details of changes to the interface, this includes new environment
1313
variables, exposed ports, useful file locations and container parameters.
1414
3. Increase the version numbers in any examples files and the README.md to the new version that this
1515
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
16-
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
16+
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
1717
do not have permission to do that, you may request the second reviewer to merge it for you.
1818

1919
## Code of Conduct

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ I am submitting a <!-- Feature Request / Bug Report -->
33
### Problem or Feature in Brief
44
<!--- Explain the problem in detail here -->
55

6-
###
6+
###
77

88
### Solution (if any)
99
<!-- If you would like to offer any solutions, provide it here or leave this section

Makefile.am

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,32 @@ install-data-local:
1919
echo " Installing matrix fonts in /usr/share/consolefonts..."; \
2020
mkdir -p $(DESTDIR)/usr/share/consolefonts; \
2121
$(INSTALL_DATA) $(srcdir)/matrix.fnt $(DESTDIR)/usr/share/consolefonts; \
22-
$(INSTALL_DATA) $(srcdir)/matrix.psf.gz $(DESTDIR)/usr/share/consolefonts; \
22+
$(INSTALL_DATA) $(srcdir)/matrix.psf.gz $(DESTDIR)/usr/share/consolefonts; \
2323
fi; \
2424
if test -d /usr/lib/kbd/consolefonts; then \
2525
echo " Installing matrix fonts in /usr/lib/kbd/consolefonts..."; \
26-
$(INSTALL_DATA) $(srcdir)/matrix.fnt $(DESTDIR)/usr/lib/kbd/consolefonts; \
27-
$(INSTALL_DATA) $(srcdir)/matrix.psf.gz $(DESTDIR)/usr/lib/kbd/consolefonts; \
26+
$(INSTALL_DATA) $(srcdir)/matrix.fnt $(DESTDIR)/usr/lib/kbd/consolefonts; \
27+
$(INSTALL_DATA) $(srcdir)/matrix.psf.gz $(DESTDIR)/usr/lib/kbd/consolefonts; \
2828
fi; \
2929
if test -d /usr/share/fonts/misc; then \
3030
echo " Installing X window matrix fonts in /usr/share/fonts/misc..."; \
3131
echo " Running mkfontdir /usr/share/fonts/misc..."; \
3232
$(MKFONTDIR) $(DESTDIR)/usr/share/fonts/misc; \
33-
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/share/fonts/misc; \
34-
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/share/fonts/misc; \
33+
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/share/fonts/misc; \
34+
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/share/fonts/misc; \
3535
echo " Done. If this is the first time you have installed CMatrix you will"; \
3636
echo " probably have to restart X window in order to use the mtx.pcf font."; \
3737
else \
3838
if test -d /usr/X11R6/lib/X11/fonts/misc; then \
3939
echo " Installing X window matrix fonts in /usr/X11R6/lib/X11/fonts/misc..."; \
4040
echo " Running mkfontdir /usr/X11R6/lib/X11/fonts/misc..."; \
4141
$(MKFONTDIR) $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
42-
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
43-
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
42+
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
43+
$(INSTALL_DATA) $(srcdir)/mtx.pcf $(DESTDIR)/usr/X11R6/lib/X11/fonts/misc; \
4444
echo " Done. If this is the first time you have installed CMatrix you will"; \
4545
echo " probably have to restart X window in order to use the mtx.pcf font."; \
4646
fi \
4747
fi; \
4848
else \
4949
echo "Not installing matrix fonts"; \
5050
fi
51-

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ _Note: cmatrix is probably not particularly portable or efficient, but it wont h
6868
### Thanks to:
6969
- Chris Allegretta <[email protected]> for writing cmatrix up in a fortnight and giving us
7070
the responsibility to further improve it.
71-
- Krisjon Hanson and Bjoern Ganslandt for helping with bold support and
71+
- Krisjon Hanson and Bjoern Ganslandt for helping with bold support and
7272
Bjoern again for the cursor removal code, helping with the `-u` and `-l`
7373
modes/flags, and Makefile improvements.
7474
- Adam Gurno for multi-color support.
@@ -90,4 +90,3 @@ This software is provided under the GNU GPL v3.
9090
### Disclaimer
9191
We are in no way affiliated in any way with the movie "The Matrix", "Warner Bros" nor
9292
any of its affiliates in any way, just fans.
93-

cmatrix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Print version information and exit
4848
Screen update delay 0 - 9, default 4
4949
.TP
5050
.I "\-C color"
51-
Use this color for matrix (default green).
51+
Use this color for matrix (default green).
5252
Valid colors are green, red, blue, white, yellow, cyan, magenta and black.
5353
.I "\-t tty"
5454
Set tty to use

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ AC_CHECK_LIB($CURSES_LIB_NAME, resizeterm, [AC_DEFINE(HAVE_RESIZETERM)])
7373
AC_CHECK_LIB([$CURSES_LIB_NAME], wresize, [AC_DEFINE(HAVE_WRESIZE)])
7474

7575

76-
dnl Only change gcc options if we are using gcc.
76+
dnl Only change gcc options if we are using gcc.
7777
if test "$ac_cv_prog_CC" = gcc -o "$ac_cv_prog_CC" = g++; then
7878
CFLAGS="$CFLAGS -Wall -Wno-comment"
7979
fi
@@ -98,7 +98,7 @@ if test "x$enable_fonts" != xfalse; then
9898
*** console without this program (it may still work in xterms). If you are
9999
*** using Linux, the package containing this program is usually called
100100
*** kbd, kbd-utils, or console-utils
101-
])
101+
])
102102
else
103103
AC_DEFINE_UNQUOTED(HAVE_SETFONT, $SETFONT)
104104
fi
@@ -114,7 +114,7 @@ if test "x$enable_fonts" != xfalse; then
114114

115115
if test "x$ac_cv_file__usr_lib_kbd_consolefonts" = "xno"; then
116116
if test "x$ac_cv_file__usr_share_consolefonts" = "xno"; then
117-
AC_MSG_WARN([
117+
AC_MSG_WARN([
118118
119119
*** You do not appear to have a consolefonts directory in a standard location
120120
*** (/usr/lib/kbd or /usr/share), even though you appear to have the
@@ -133,7 +133,7 @@ if test "x$enable_fonts" != xfalse; then
133133

134134
if test "x$ac_cv_file__usr_lib_X11_fonts_misc" = "xno"; then
135135
if test "x$ac_cv_file__usr_X11R6_lib_X11_fonts_misc" = "xno"; then
136-
AC_MSG_WARN([
136+
AC_MSG_WARN([
137137
138138
*** You do not appear to have an X window fonts directory in the standard
139139
*** locations (/usr/share/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The

takeScreenshots

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ do
7373
${CMD_CS} "${CAPTURE_FILE_BASE}bold_C_${color}" "-b -C ${color}"
7474
done
7575
${CMD_CS} "${CAPTURE_FILE_BASE}bold_rainbow" "-b -r"
76-

0 commit comments

Comments
 (0)