Remove underscores from define in sshagent_main.h
authorBen Cohen <ben-cohen@users.noreply.github.com>
Fri, 10 Nov 2017 20:09:49 +0000 (20:09 +0000)
committerBen Cohen <ben-cohen@users.noreply.github.com>
Fri, 10 Nov 2017 20:16:00 +0000 (20:16 +0000)
channels/sshagent/client/sshagent_main.h

index de410c9..fc1ac15 100644 (file)
@@ -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 */