From 9f5e8d12f05fb24c915a5266a1e908a75c8aed08 Mon Sep 17 00:00:00 2001 From: Thibault "bui" Koechlin Date: Thu, 28 Dec 2017 17:04:06 +0100 Subject: Clang-format pass - `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h` - Update the documentation accordingly--- src/sp_cookie_encryption.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sp_cookie_encryption.h') diff --git a/src/sp_cookie_encryption.h b/src/sp_cookie_encryption.h index 889a89c..6d204bb 100644 --- a/src/sp_cookie_encryption.h +++ b/src/sp_cookie_encryption.h @@ -14,6 +14,7 @@ #define SAMESITE_COOKIE_FORMAT "; samesite=" int hook_cookies(); -int decrypt_cookie(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); +int decrypt_cookie(zval *pDest, int num_args, va_list args, + zend_hash_key *hash_key); #endif /* __SP_COOKIE_ENCRYPTION */ -- cgit v1.3