summaryrefslogtreecommitdiffstats
path: root/apps/vms_term_sock.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-09-14 20:54:30 +0200
committerRichard Levitte <richard@levitte.org>2016-09-15 23:28:23 +0200
commit34b3563243d49ba6f551adb39038695b9fb66b49 (patch)
treef664bf21b23f6994c8d8ab9a6b68fb8525bc371a /apps/vms_term_sock.h
parent07ebdfab079d1efc2d65e15f9f541fa1861ed4ff (diff)
Reformat to fit OpenSSL source code standards
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit c7bdb6a31ff0fcae66b451d3f80a684ad77f4966)
Diffstat (limited to 'apps/vms_term_sock.h')
-rw-r--r--apps/vms_term_sock.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/vms_term_sock.h b/apps/vms_term_sock.h
index 778e2f93e3..662fa0adaf 100644
--- a/apps/vms_term_sock.h
+++ b/apps/vms_term_sock.h
@@ -8,19 +8,19 @@
*/
#ifndef TERM_SOCK_H
-#define TERM_SOCK_H
+# define TERM_SOCK_H
/*
** Terminal Socket Function Codes
*/
-#define TERM_SOCK_CREATE 1
-#define TERM_SOCK_DELETE 2
+# define TERM_SOCK_CREATE 1
+# define TERM_SOCK_DELETE 2
/*
** Terminal Socket Status Codes
*/
-#define TERM_SOCK_FAILURE 0
-#define TERM_SOCK_SUCCESS 1
+# define TERM_SOCK_FAILURE 0
+# define TERM_SOCK_SUCCESS 1
/*
** Terminal Socket Prototype