From 71b4fc8b28c90d0984e2dcd0dc99bdce9684630d Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 10 Oct 2018 21:06:13 -0700 Subject: Fix code formatting to match rest of Softhsm Fix code formatting in Hwinfra module to match rest of SoftHSM code. Issue-ID: AAF-555 Change-Id: Ibbb39b72f90c7589b4999a1e2b10acf03d5c5818 Signed-off-by: Kiran Kamineni --- SoftHSMv2/src/lib/HwInfra/HwInfra.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SoftHSMv2/src/lib/HwInfra/HwInfra.h') diff --git a/SoftHSMv2/src/lib/HwInfra/HwInfra.h b/SoftHSMv2/src/lib/HwInfra/HwInfra.h index 8cbbada..5e24507 100644 --- a/SoftHSMv2/src/lib/HwInfra/HwInfra.h +++ b/SoftHSMv2/src/lib/HwInfra/HwInfra.h @@ -31,10 +31,10 @@ extern "C" { #define MAX_KEY_DIRS_SUPPORTED 64 typedef struct hwpluginentries_s { - char so_full_path[256+1]; - char activate_dir_full_path[256+1]; - int num_key_dirs; - char key_dir_full_path[MAX_KEY_DIRS_SUPPORTED][256+1]; + char so_full_path[256+1]; + char activate_dir_full_path[256+1]; + int num_key_dirs; + char key_dir_full_path[MAX_KEY_DIRS_SUPPORTED][256+1]; }hwpluginentries_t; int prepareHWPlugin(); -- cgit 1.2.3-korg