Skip to content

Commit b143756

Browse files
committed
compile: Fixed inconsistent indents
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent d831459 commit b143756

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build-scripts/compile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
. compile-options
66

77
case "$PROJECT" in
8-
community)
9-
NOVA=no
10-
;;
11-
nova)
12-
NOVA=yes
13-
;;
14-
*)
15-
echo "$(basename "$0"): Error: Unknown project: $PROJECT"
16-
exit 42;;
8+
community)
9+
NOVA=no
10+
;;
11+
nova)
12+
NOVA=yes
13+
;;
14+
*)
15+
echo "$(basename "$0"): Error: Unknown project: $PROJECT"
16+
exit 42;;
1717
esac
1818

1919
echo "$(basename "$0"): Debug: Running make in core repo..."

0 commit comments

Comments
 (0)