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

[PATCH 1/5] tests: torture-misc: fix 4-space indentation


From ffbabbbcaebbc39112e5c970a26e323355c99bf9 Mon Sep 17 00:00:00 2001
From: Jon Simons <jon@xxxxxxxxxxxxx>
Date: Tue, 11 Jul 2017 17:10:26 -0400
Subject: [PATCH 1/5] tests: torture-misc: fix 4-space indentation

Signed-off-by: Jon Simons <jon@xxxxxxxxxxxxx>
---
 tests/unittests/torture_misc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/unittests/torture_misc.c b/tests/unittests/torture_misc.c
index bc16dfb0..f2479a4b 100644
--- a/tests/unittests/torture_misc.c
+++ b/tests/unittests/torture_misc.c
@@ -87,11 +87,11 @@ static void torture_ntohll(void **state) {
     (void) state;
 
     if (ptr[0] == 1){
-      /* we're in little endian */
-      check = 0xefcdab8967452301;
+        /* we're in little endian */
+        check = 0xefcdab8967452301;
     } else {
-      /* big endian */
-      check = value;
+        /* big endian */
+        check = value;
     }
     value = ntohll(value);
     assert_true(value == check);
-- 
2.13.2


Archive administrator: postmaster@lists.cynapses.org