From mboxrd@z Thu Jan 1 00:00:00 1970 From: raphael.beamonte@gmail.com (=?UTF-8?q?Rapha=C3=ABl=20Beamonte?=) Date: Sat, 23 Nov 2013 17:32:25 -0500 Subject: [lttng-dev] [lttng-tools PATCH 2/5] Fix: comment indentation In-Reply-To: <1385245948-23011-1-git-send-email-raphael.beamonte@gmail.com> References: <20131115154539.GA6986@thessa> <1385245948-23011-1-git-send-email-raphael.beamonte@gmail.com> Message-ID: <1385245948-23011-3-git-send-email-raphael.beamonte@gmail.com> Signed-off-by: Rapha?l Beamonte --- src/common/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utils.c b/src/common/utils.c index 3a4f850..330c04e 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -198,7 +198,7 @@ char *utils_expand_path(const char *path) if (*path != '/' && strncmp(path, "./", 2) != 0 && strncmp(path, "../", 3) != 0) { snprintf(absolute_path, PATH_MAX, "./%s", path); - /* Else, we just copy the path */ + /* Else, we just copy the path */ } else { strncpy(absolute_path, path, PATH_MAX); } -- 1.7.10.4