Skip to content

Commit

Permalink
Revert indent (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM authored Jan 10, 2022
1 parent 1e284b9 commit 16856ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ pamd_files = pam/i3lock
pamd_DATA = $(pamd_files)

if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = i3lock-bash
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = i3lock-bash
endif

if ENABLE_ZSH_COMPLETION
zshcompletiondir = $(ZSH_COMPLETION_DIR)
dist_zshcompletion_DATA = i3lock-zsh
zshcompletiondir = $(ZSH_COMPLETION_DIR)
dist_zshcompletion_DATA = i3lock-zsh
endif

install-data-hook:
Expand Down

0 comments on commit 16856ac

Please sign in to comment.