From 2990a5ea5416520596b158a7fcb96106763e680f Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 20 Feb 2019 12:28:43 +0100 Subject: koch.nim: indentation uses 2 spaces --- koch.nim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'koch.nim') diff --git a/koch.nim b/koch.nim index ac95c1566..b776927ae 100644 --- a/koch.nim +++ b/koch.nim @@ -192,11 +192,11 @@ proc zip(latest: bool; args: string) = ["tools/niminst/niminst".exe, VersionAsString]) proc ensureCleanGit() = - let (outp, status) = osproc.execCmdEx("git diff") - if outp.len != 0: - quit "Not a clean git repository; 'git diff' not empty!" - if status != 0: - quit "Not a clean git repository; 'git diff' returned non-zero!" + let (outp, status) = osproc.execCmdEx("git diff") + if outp.len != 0: + quit "Not a clean git repository; 'git diff' not empty!" + if status != 0: + quit "Not a clean git repository; 'git diff' returned non-zero!" proc xz(latest: bool; args: string) = ensureCleanGit() -- cgit 1.4.1-2-gfad0