From 8d54945b96ef49b0e19668b129a22e113a528281 Mon Sep 17 00:00:00 2001 From: Ben Cohen Date: Fri, 10 Nov 2017 20:09:49 +0000 Subject: [PATCH] Remove underscores from define in sshagent_main.h --- channels/sshagent/client/sshagent_main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/channels/sshagent/client/sshagent_main.h b/channels/sshagent/client/sshagent_main.h index de410c9a5..fc1ac150d 100644 --- a/channels/sshagent/client/sshagent_main.h +++ b/channels/sshagent/client/sshagent_main.h @@ -18,8 +18,8 @@ * limitations under the License. */ -#ifndef __SSHAGENT_MAIN_H -#define __SSHAGENT_MAIN_H +#ifndef SSHAGENT_MAIN_H +#define SSHAGENT_MAIN_H #ifdef HAVE_CONFIG_H #include "config.h" @@ -38,5 +38,5 @@ #define DEBUG_SSHAGENT(...) do { } while (0) #endif -#endif /* __SSHAGENT_MAIN_H */ +#endif /* SSHAGENT_MAIN_H */