From: Simon Marchi Date: Mon, 25 Nov 2019 19:17:40 +0000 (-0500) Subject: Format lists in src/common/Makefile.am X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=28b6dfc89dd3f10d3ba513261c5711bb72be430b;hp=28b6dfc89dd3f10d3ba513261c5711bb72be430b Format lists in src/common/Makefile.am I'm currently dealing with src/common/Makefile.am, and would find it more pleasant to modify if the lists were formatted consistently and sorted (except DIST_SUBDIRS, for which the order is important). I have taken the liberty to put the corresponding .c and .h on the same line, since they will always be next to each other. It reduces a bit the number of lines. If you don't like that, I would also be fine with a completely flat list. Change-Id: I8a65fe5e0fea37230f1376c51c7d4a547f651c7e Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau ---