Skip to content

Commit d0d7457

Browse files
committed
Fix code format
1 parent e7eec87 commit d0d7457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sshagent/OpenSSHKeyGen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
#include <botan/ed25519.h>
2626
#include <botan/rsa.h>
2727
#include <botan/version.h>
28-
#if BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(3,11,0)
29-
#include <botan/ec_group.h>
28+
#if BOTAN_VERSION_CODE >= BOTAN_VERSION_CODE_FOR(3, 11, 0)
29+
#include <botan/ec_group.h>
3030
#endif
3131

3232
namespace OpenSSHKeyGen

0 commit comments

Comments
 (0)