treewide: fix whitespace
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m12s

This commit is contained in:
2025-01-19 13:19:45 +00:00
parent 0473348ad2
commit 00d8cdf92b
10 changed files with 26 additions and 36 deletions

View File

@ -17,9 +17,8 @@ index d5029bd..e50ba1a 100644
USE_RTSP ?= $(shell pkg-config live555 && echo 1)
-USE_LIBDATACHANNEL ?= $(shell [ -e $(LIBDATACHANNEL_PATH)/CMakeLists.txt ] && echo 1)
+USE_LIBDATACHANNEL ?= 0
ifeq (1,$(DEBUG))
CFLAGS += -g
--
--
2.44.1