From 38fefcf1cf3b801c60fe7ca14d1dd728fd46ade3 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 27 Sep 2018 09:43:03 -0700 Subject: [PATCH] opal/util/Makefile.am: fix whitespace (remove tabs) No code or logic changes Signed-off-by: Jeff Squyres --- opal/util/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opal/util/Makefile.am b/opal/util/Makefile.am index 76bef717b6..6abdfa66c7 100644 --- a/opal/util/Makefile.am +++ b/opal/util/Makefile.am @@ -112,8 +112,8 @@ libopalutil_la_SOURCES = \ strncpy.c \ sys_limits.c \ uri.c \ - info_subscriber.c \ - info.c + info_subscriber.c \ + info.c if OPAL_COMPILE_TIMING libopalutil_la_SOURCES += timings.c