Skip to content

Commit 597d429

Browse files
committed
Makefile: remove whitespace after redirection operator
Those are not binary operators but unary, so the additional whitespace is confusing.
1 parent f7c43a5 commit 597d429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ program:
3434
systemd-service:
3535
$(call require_env,SYSTEMD_SYSTEM_GENERATOR_DIR)
3636
sed -e 's,@SYSTEMD_SYSTEM_GENERATOR_DIR@,$(SYSTEMD_SYSTEM_GENERATOR_DIR),' \
37-
38-
37+
38+
3939

4040
man:
4141
$(RONN) --organization="zram-generator developers" man/*.md

0 commit comments

Comments
 (0)