use spaces instead of tabs

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: I3c7c474d10e500d662fc0e697f8e2b298799d795
This commit is contained in:
Caolán McNamara 2023-09-25 14:58:30 +01:00 committed by Caolán McNamara
parent 654cb1ae05
commit 5c5e1c41d6

View file

@ -115,7 +115,7 @@ shared_sources = common/FileUtil.cpp \
common/ConfigUtil.cpp \
common/Authorization.cpp \
common/CommandControl.cpp \
common/Simd.cpp \
common/Simd.cpp \
net/DelaySocket.cpp \
net/HttpRequest.cpp \
net/HttpHelper.cpp \
@ -316,7 +316,7 @@ shared_headers = common/Common.hpp \
common/security.h \
common/SpookyV2.h \
common/CommandControl.hpp \
common/Simd.hpp \
common/Simd.hpp \
net/Buffer.hpp \
net/DelaySocket.hpp \
net/FakeSocket.hpp \