Skip to content

Commit 163f522

Browse files
committed
Fix whitespace
1 parent 1ce667f commit 163f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ bininstall: commoninstall altbininstall
22742274
echo "Creating directory $(LIBPC)"; \
22752275
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
22762276
fi
2277-
-if test "$(ABIFLAGS)"; then \
2277+
-if test "$(ABIFLAGS)"; then \
22782278
if test -f $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE) -o -h $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE); then \
22792279
rm -f $(DESTDIR)$(BINDIR)/python3$(ABIFLAGS)$(EXE); \
22802280
fi; \

0 commit comments

Comments
 (0)