From c83bf08e906df76ca1690a60060edae04187e4d3 Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Thu, 21 Sep 2017 15:44:31 +0900 Subject: [PATCH] fix coding rule Change-Id: I95d8fc6b26f3f3a8f206a335efcafd691599731d Signed-off-by: jkjo92 --- common/fido_internal_types.h | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 common/fido_internal_types.h diff --git a/common/fido_internal_types.h b/common/fido_internal_types.h old mode 100644 new mode 100755 index 8109920..9bce8dc --- a/common/fido_internal_types.h +++ b/common/fido_internal_types.h @@ -123,7 +123,6 @@ typedef struct _match_criteria { GList *attestation_type_list; int auth_version; GList *extension_list; - } _match_criteria_t; void _free_match_criteria(_match_criteria_t *data); -- 2.7.4