diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-11-23 15:48:02 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-11-23 15:48:02 -0500 |
commit | fc3c537836adbe209ab98e08b345874f522027cc (patch) | |
tree | 060b7de40a42a1c6c0e017c5354fab0bbe8a6895 /src | |
parent | eb98aefe4702310474ed11aefd3d50c4520ad0cd (diff) |
whitespace-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4bafe55..75e3d4a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,35 +36,35 @@ AM_CFLAGS = $(TWM_CFLAGS) $(XRANDR_CFLAGS) twm_LDADD = $(TWM_LIBS) $(XRANDR_LIBS) twm_SOURCES = \ - add_window.c \ - add_window.h \ - cursor.c \ + add_window.c \ + add_window.h \ + cursor.c \ deftwmrc.c \ - events.c \ - events.h \ - gc.c \ - gc.h \ - iconmgr.c \ - iconmgr.h \ - icons.c \ - icons.h \ - list.c \ - list.h \ - menus.c \ - menus.h \ - parse.c \ - parse.h \ - resize.c \ - resize.h \ - screen.h \ - session.c \ - session.h \ - twm.c \ - twm.h \ - util.c \ - util.h \ - version.c \ - version.h \ + events.c \ + events.h \ + gc.c \ + gc.h \ + iconmgr.c \ + iconmgr.h \ + icons.c \ + icons.h \ + list.c \ + list.h \ + menus.c \ + menus.h \ + parse.c \ + parse.h \ + resize.c \ + resize.h \ + screen.h \ + session.c \ + session.h \ + twm.c \ + twm.h \ + util.c \ + util.h \ + version.c \ + version.h \ gram.y \ lex.l |