Skip to content

Commit fcf3b60

Browse files
author
rafael_chicoli
committed
makefile: correct indentation
1 parent 2f95742 commit fcf3b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SCRIPTS_DIR ?= $(BASE_DIR)/scripts
99
TESTS_DIR ?= $(BASE_DIR)/tests
1010

1111
CLIENT_VERSION ?= 5
12-
DEBUG_LEVEL ?= debug
13-
TZ ?= Europe/Berlin
12+
DEBUG_LEVEL ?= debug
13+
TZ ?= Europe/Berlin
1414

1515
SHELL := /bin/bash
1616
SYSCTL := $(shell which sysctl)

0 commit comments

Comments
 (0)