Fix strange formatting by indent
[oweals/openssl.git] / crypto / pqueue / pq_compat.h
index fd365788822cadd060f1471e37b4893004ffcf13..7b2c32725cd00fa9473231c50d079f5bc956cbef 100644 (file)
@@ -57,6 +57,9 @@
  *
  */
 
+#ifndef HEADER_PQ_COMPAT_H
+#define HEADER_PQ_COMPAT_H
+
 #include <openssl/opensslconf.h>
 #include <openssl/bn.h>
 
                                               *(x) |= mask; \
                                           } while(0)
 #endif /* OPENSSL_SYS_VMS */
+
+#endif