]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sodium/ffi/ffi.factor
factor: fix some spacing
[factor.git] / extra / sodium / ffi / ffi.factor
index 0aec267b439a4b84cb5c4367befd9850bb3f0f4c..3159c0027a24f969b8a8df25c84cc9124b988c4e 100644 (file)
@@ -572,7 +572,7 @@ FUNCTION: int crypto_secretstream_xchacha20poly1305_pull (
     uchar* c, ulonglong clen,
     uchar* ad, ulonglong adlen )
 FUNCTION: void crypto_secretstream_xchacha20poly1305_rekey (
-     crypto_secretstream_xchacha20poly1305_state* state )
+    crypto_secretstream_xchacha20poly1305_state* state )
 
 ! sodium_runtime_H
 FUNCTION: int sodium_runtime_has_neon ( )