[lttng-dev] [lttng-tools PATCH 2/5] Fix: comment indentation
Raphaël Beamonte
raphael.beamonte at gmail.com
Sat Nov 23 17:32:25 EST 2013
Signed-off-by: Raphaël Beamonte <raphael.beamonte at gmail.com>
---
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
More information about the lttng-dev
mailing list