Skip to content

Commit 4512de8

Browse files
committed
Identation fixes
1 parent 5c0aa24 commit 4512de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ progress: venv
8989

9090
.PHONY: spell
9191
spell: venv
92-
# 'cat' tenia el problema que algunos archivos no tenían una nueva línea al final
93-
# 'awk 1' agregará una nueva línea en caso que falte.
92+
# 'cat' tenia el problema que algunos archivos no tenían una nueva línea al final
93+
# 'awk 1' agregará una nueva línea en caso que falte.
9494
awk 1 dict dictionaries/*.txt > dict.txt
9595
$(VENV)/bin/pospell -p dict.txt -l es_ES **/*.po
9696

0 commit comments

Comments
 (0)