Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2017-08-05 21:37:19 +0300
committerJan Klass <kissaki@posteo.de>2017-08-05 21:37:19 +0300
commit27a983d09443c7c9f41d46ba640106acb3423734 (patch)
treefcd94c93abde34927e6ded58c29a89f897ef6daf /3rdparty/sbcelt-helper-build
parenta3f0eb680e0a83451111e6115f1b6b1aa16c4f2a (diff)
Fix indentation in pro files
Make them consistently two spaces indentation. In two places a wrong indentation level was fixed.
Diffstat (limited to '3rdparty/sbcelt-helper-build')
-rw-r--r--3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro22
1 files changed, 11 insertions, 11 deletions
diff --git a/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro b/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro
index eb07e4afa..1822df352 100644
--- a/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro
+++ b/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro
@@ -49,22 +49,22 @@ SOURCES = \
$$CELTDIR/rangeenc.c \
$$CELTDIR/rate.c \
$$CELTDIR/vq.c \
- sbcelt-helper.c \
- alloc.c
+ sbcelt-helper.c \
+ alloc.c
unix:!macx {
- UNAME=$$system(uname -s)
- contains(UNAME, Linux) {
- SOURCES *= ../lib/futex-linux.c seccomp-sandbox.c sbcelt-sandbox-linux.c pdeath-linux.c
- LIBS += -lrt
- }
- contains(UNAME, FreeBSD) {
- SOURCES *= ../lib/futex-freebsd.c sbcelt-sandbox-freebsd.c pdeath-kqueue.c
- }
+ UNAME=$$system(uname -s)
+ contains(UNAME, Linux) {
+ SOURCES *= ../lib/futex-linux.c seccomp-sandbox.c sbcelt-sandbox-linux.c pdeath-linux.c
+ LIBS += -lrt
+ }
+ contains(UNAME, FreeBSD) {
+ SOURCES *= ../lib/futex-freebsd.c sbcelt-sandbox-freebsd.c pdeath-kqueue.c
+ }
}
macx {
- SOURCES *= ../lib/futex-stub.c sbcelt-sandbox-darwin.c pdeath-kqueue.c
+ SOURCES *= ../lib/futex-stub.c sbcelt-sandbox-darwin.c pdeath-kqueue.c
}
CONFIG(release, debug|release) {