[sysprof/wip/chergert/path-resolver] tests: style cleanup



commit b0812681b2a3710d5c619f8e836097330d3bc655
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 21 15:40:42 2021 -0700

    tests: style cleanup

 src/tests/list-maps.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tests/list-maps.c b/src/tests/list-maps.c
index 9296fb4..a5c7ef8 100644
--- a/src/tests/list-maps.c
+++ b/src/tests/list-maps.c
@@ -36,10 +36,10 @@ read_inode (const char *filename)
       return (ino_t)-1;
 
     if (strcmp (filename, "[vdso]") == 0)
-        return (ino_t)0;
+      return (ino_t)0;
 
     if (stat (filename, &statbuf) < 0)
-        return (ino_t)-1;
+      return (ino_t)-1;
 
     return statbuf.st_ino;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]