aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-08-17 05:00:00 -0400
committerJack Lloyd <[email protected]>2019-08-17 05:00:00 -0400
commit7ca073323cb6bddea6f71658879962457efb62b8 (patch)
tree1ec5b31df95fa6cadc55ca3b3a36977bda98fe65 /src
parent681a72e0bfc3066aa4a04789b698e2715b58d08b (diff)
Fix indentation
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffi/ffi_pkey_algs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffi/ffi_pkey_algs.cpp b/src/lib/ffi/ffi_pkey_algs.cpp
index 66e04a668..9f5d54310 100644
--- a/src/lib/ffi/ffi_pkey_algs.cpp
+++ b/src/lib/ffi/ffi_pkey_algs.cpp
@@ -240,8 +240,8 @@ int botan_pubkey_get_field(botan_mp_t output,
}
int botan_privkey_get_field(botan_mp_t output,
- botan_privkey_t key,
- const char* field_name_cstr)
+ botan_privkey_t key,
+ const char* field_name_cstr)
{
if(field_name_cstr == nullptr)
return BOTAN_FFI_ERROR_NULL_POINTER;