diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-07 00:37:51 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-07 00:37:51 +0200 |
commit | e5183161aa2ff9d46ba2be32d471913d3ae56a0e (patch) | |
tree | d57f05716ba0b158b8836ad6b330cddc837c9db3 /src | |
parent | 3369481138750f57645fff2bc4d65b39d7ebfbc2 (diff) | |
download | jwm-e5183161aa2ff9d46ba2be32d471913d3ae56a0e.tar.gz |
Fix formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 8b73c8d..b40c342 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -7,11 +7,11 @@ BINDIR = @BINDIR@ VPATH=.:os OBJECTS = border.o button.o client.o clock.o color.o command.o confirm.o \ - cursor.o debug.o desktop.o dock.o event.o error.o font.o group.o help.o \ - hint.o icon.o image.o key.o lex.o main.o match.o menu.o misc.o move.o \ - outline.o pager.o parse.o place.o popup.o render.o resize.o root.o \ - screen.o status.o swallow.o taskbar.o theme.o timing.o tray.o \ - traybutton.o winmenu.o + cursor.o debug.o desktop.o dock.o error.o event.o font.o group.o \ + help.o hint.o icon.o image.o key.o lex.o main.o match.o menu.o \ + misc.o move.o outline.o pager.o parse.o place.o popup.o render.o \ + resize.o root.o screen.o status.o swallow.o taskbar.o theme.o \ + timing.o tray.o traybutton.o winmenu.o EXE = jwm |