From 02afd6c84f5e4f11b1de054f36d7d1da87206def Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 13 Jul 2018 23:36:06 +0200 Subject: Yet an other pass of clang-format --- src/sp_config.h | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index cfc3c8f..d2fa64f 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -49,15 +49,25 @@ typedef struct { zend_string *textual_representation; } sp_config_readonly_exec; -typedef struct { bool enable; } sp_config_global_strict; +typedef struct { + bool enable; +} sp_config_global_strict; -typedef struct { bool enable; } sp_config_random; +typedef struct { + bool enable; +} sp_config_random; -typedef struct { bool enable; } sp_config_sloppy; +typedef struct { + bool enable; +} sp_config_sloppy; -typedef struct { bool enable; } sp_config_auto_cookie_secure; +typedef struct { + bool enable; +} sp_config_auto_cookie_secure; -typedef struct { bool enable; } sp_config_disable_xxe; +typedef struct { + bool enable; +} sp_config_disable_xxe; typedef struct { enum samesite_type { strict = 1, lax = 2 } samesite; -- cgit v1.3