From fead889e911348c593cacda290fd69db5b585a24 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 19 Oct 2023 13:34:06 -0400 Subject: [PATCH] Cleanup: remove whitespaces at EOL in lttng-ust.pc.in Signed-off-by: Mathieu Desnoyers Change-Id: I1da0f8291929c6638bea44748e6e223ba32b36dc --- src/lib/lttng-ust.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/lttng-ust.pc.in b/src/lib/lttng-ust.pc.in index 6aee46ef..bd3600cb 100644 --- a/src/lib/lttng-ust.pc.in +++ b/src/lib/lttng-ust.pc.in @@ -4,9 +4,9 @@ libdir=@libdir@ includedir=@includedir@ Name: LTTng Userspace Tracer -Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code. +Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code. Version: @PACKAGE_VERSION@ Requires: Libs: -L${libdir} -llttng-ust -llttng-ust-common -ldl -Cflags: -I${includedir} +Cflags: -I${includedir} -- 2.34.1