From 0fd2944e561c9ccae29bad687a1a1851eda862f0 Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@berzerkula.org>
Date: Tue, 4 May 2021 14:34:30 +0000
Subject: Fix indention.

---
 chapter8/ncurses.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'chapter8/ncurses.sh')

diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh
index 2b82d69..32eaf02 100644
--- a/chapter8/ncurses.sh
+++ b/chapter8/ncurses.sh
@@ -8,8 +8,8 @@ set -e
             --without-normal \
             --enable-pc-files \
             --enable-widec \
-			--with-termlib \
-			--disable-tic-depends &&
+	    --with-termlib \
+	    --disable-tic-depends &&
 
 make &&
 make -j1 install &&
-- 
cgit v1.2.3-54-g00ecf