Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: mjeanson@efficios.com (Michael Jeanson)
Subject: [lttng-dev] [PATCH lttng-ust] Add missing line continuation and fix indentation
Date: Mon, 25 Apr 2016 14:46:20 -0400	[thread overview]
Message-ID: <1461609980-5025-1-git-send-email-mjeanson@efficios.com> (raw)

Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
 liblttng-ust-java-agent/jni/jul/Makefile.am   | 10 +++++-----
 liblttng-ust-java-agent/jni/log4j/Makefile.am | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/liblttng-ust-java-agent/jni/jul/Makefile.am b/liblttng-ust-java-agent/jni/jul/Makefile.am
index 111c559..a94d44e 100644
--- a/liblttng-ust-java-agent/jni/jul/Makefile.am
+++ b/liblttng-ust-java-agent/jni/jul/Makefile.am
@@ -2,12 +2,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 
 lib_LTLIBRARIES = liblttng-ust-jul-jni.la
 liblttng_ust_jul_jni_la_SOURCES = lttng_ust_jul.c \
-				  lttng_ust_jul.h
+	lttng_ust_jul.h
 
 nodist_liblttng_ust_jul_jni_la_SOURCES = org_lttng_ust_agent_jul_LttngJulApi.h
 
 liblttng_ust_jul_jni_la_LIBADD = -lc \
-								 -L$(top_builddir)/liblttng-ust/.libs \
-								 -L$(top_builddir)/liblttng-ust-java-agent/jni/common/.libs \
-								 -llttng-ust-context-jni
-								 -llttng-ust
+	-L$(top_builddir)/liblttng-ust/.libs \
+	-L$(top_builddir)/liblttng-ust-java-agent/jni/common/.libs \
+	-llttng-ust-context-jni \
+	-llttng-ust
diff --git a/liblttng-ust-java-agent/jni/log4j/Makefile.am b/liblttng-ust-java-agent/jni/log4j/Makefile.am
index a94479c..5545631 100644
--- a/liblttng-ust-java-agent/jni/log4j/Makefile.am
+++ b/liblttng-ust-java-agent/jni/log4j/Makefile.am
@@ -2,12 +2,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 
 lib_LTLIBRARIES = liblttng-ust-log4j-jni.la
 liblttng_ust_log4j_jni_la_SOURCES = lttng_ust_log4j.c \
-				  lttng_ust_log4j.h
+	lttng_ust_log4j.h
 
 nodist_liblttng_ust_log4j_jni_la_SOURCES = org_lttng_ust_agent_log4j_LttngLog4jApi.h
 
 liblttng_ust_log4j_jni_la_LIBADD = -lc \
-								   -L$(top_builddir)/liblttng-ust/.libs \
-								   -L$(top_builddir)/liblttng-ust-java-agent/jni/common/.libs \
-								   -llttng-ust-context-jni
-								   -llttng-ust
+	-L$(top_builddir)/liblttng-ust/.libs \
+	-L$(top_builddir)/liblttng-ust-java-agent/jni/common/.libs \
+	-llttng-ust-context-jni \
+	-llttng-ust
-- 
2.7.4



             reply	other threads:[~2016-04-25 18:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25 18:46 Michael Jeanson [this message]
2016-04-25 19:52 ` Mathieu Desnoyers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461609980-5025-1-git-send-email-mjeanson@efficios.com \
    --to=mjeanson@efficios.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox