summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /third-party
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'third-party')
-rw-r--r--third-party/Makefile1
-rw-r--r--third-party/configure.m41
-rwxr-xr-xthird-party/pjproject/apply_patches1
-rw-r--r--third-party/pjproject/patches/asterisk_malloc_debug.c2
4 files changed, 0 insertions, 5 deletions
diff --git a/third-party/Makefile b/third-party/Makefile
index 59b7c0649..3ea84d105 100644
--- a/third-party/Makefile
+++ b/third-party/Makefile
@@ -18,4 +18,3 @@ install uninstall: $(TP_INSTALL_SUBDIRS)
$(TP_SUBDIRS):
+$(CMD_PREFIX) $(SUBMAKE) -C $@ $(MAKECMDGOALS)
-
diff --git a/third-party/configure.m4 b/third-party/configure.m4
index 55b72daf9..6367722d0 100644
--- a/third-party/configure.m4
+++ b/third-party/configure.m4
@@ -7,4 +7,3 @@ AC_DEFUN([THIRD_PARTY_CONFIGURE],
[
PJPROJECT_CONFIGURE()
])
-
diff --git a/third-party/pjproject/apply_patches b/third-party/pjproject/apply_patches
index 134bd306f..23323fbef 100755
--- a/third-party/pjproject/apply_patches
+++ b/third-party/pjproject/apply_patches
@@ -31,4 +31,3 @@ for patchfile in "$patchdir"/*.patch ; do
done
exit 0
-
diff --git a/third-party/pjproject/patches/asterisk_malloc_debug.c b/third-party/pjproject/patches/asterisk_malloc_debug.c
index c41767bd8..aaf79855a 100644
--- a/third-party/pjproject/patches/asterisk_malloc_debug.c
+++ b/third-party/pjproject/patches/asterisk_malloc_debug.c
@@ -68,5 +68,3 @@ int __ast_vasprintf(char **strp, const char *format, va_list ap, const char *fil
{
return vasprintf(strp, format, ap);
}
-
-