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

[tor-commits] [tor/master] hs: Make check-spaces happy after rename



commit bf68c78e942b196e65e2d8ae6f172a5a6a363561
Author: David Goulet <dgoulet@xxxxxxxxxxxxxx>
Date:   Wed Apr 12 07:53:05 2017 -0400

    hs: Make check-spaces happy after rename
    
    Signed-off-by: David Goulet <dgoulet@xxxxxxxxxxxxxx>
---
 src/or/hs_intropoint.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/or/hs_intropoint.c b/src/or/hs_intropoint.c
index b0515be..c32d244 100644
--- a/src/or/hs_intropoint.c
+++ b/src/or/hs_intropoint.c
@@ -94,7 +94,8 @@ verify_establish_intro_cell(const trn_cell_establish_intro_t *cell,
   /* Verify the sig */
   {
     ed25519_signature_t sig_struct;
-    const uint8_t *sig_array = trn_cell_establish_intro_getconstarray_sig(cell);
+    const uint8_t *sig_array =
+      trn_cell_establish_intro_getconstarray_sig(cell);
 
     /* Make sure the signature length is of the right size. For EXTRA safety,
      * we check both the size of the array and the length which must be the



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits