Skip to content

Commit 2309241

Browse files
committed
Fix whitespace
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 54b550d commit 2309241

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tools/docker/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ elasticsearch_image_tag := "gcr.io/pixie-oss/pixie-dev-public/elasticsearch:$(EL
125125
## Linux kernel for qemu/BPF tests.
126126
KERNEL_BUILD_DIR := $(BUILD_DIR)/kernel_build
127127
KERNEL_BUILD_VERSIONS := 4.18.20 \
128-
5.10.252 \
129-
5.14.21 \
130-
6.1.167 \
131-
6.6.132 \
132-
6.12.80 \
133-
6.18.21
128+
5.10.252 \
129+
5.14.21 \
130+
6.1.167 \
131+
6.6.132 \
132+
6.12.80 \
133+
6.18.21
134134

135135
KERNEL_BUILD_TEMPLATE := linux-build-%.tar.gz
136136
KERNEL_BUILD_TARGETS = $(addprefix $(KERNEL_BUILD_DIR)/, $(patsubst %,$(KERNEL_BUILD_TEMPLATE), $(KERNEL_BUILD_VERSIONS)))

0 commit comments

Comments
 (0)