Skip to content

Commit 726391a

Browse files
committed
Line spaces to tabs
1 parent 57f4061 commit 726391a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ ifndef GST_VERSION
4444
ifeq ($(shell export PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR);pkg-config gstreamer-1.0 --exists; echo $$?),0)
4545
GST_VERSION = 1.0
4646
ifdef MAKEFILE_DEBUG
47-
$(info GSTVERSION=$(GST_VERSION))
47+
$(info GSTVERSION=$(GST_VERSION))
4848
endif
4949
else
5050
GST_VERSION = 0.10
5151
ifdef MAKEFILE_DEBUG
52-
$(info GSTVERSION=$(GST_VERSION))
53-
$(info $(shell export PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR);pkg-config gstreamer-1.0 --exists; echo $$?))
52+
$(info GSTVERSION=$(GST_VERSION))
53+
$(info $(shell export PKG_CONFIG_LIBDIR=$(PKG_CONFIG_LIBDIR);pkg-config gstreamer-1.0 --exists; echo $$?))
5454
endif
5555
endif
5656
else

scripts/ci/linux/64/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -ev
2+
set -e
33
ROOT=${TRAVIS_BUILD_DIR:-"$( cd "$(dirname "$0")/../../../.." ; pwd -P )"}
44
# Add compiler flag to reduce memory usage to enable builds to complete
55
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746#c7

0 commit comments

Comments
 (0)