Run util/openssl-format-source -v -c .
[openssl.git] / demos / err / test_err.h
index 96add5280065f3e09672509179a90b3787e61814..a056815193fb052e484454ae0f5940dc102a89b1 100644 (file)
@@ -1,7 +1,7 @@
 /* Demo of use of error library */
 
 #ifndef TEST_ERR_H
 /* Demo of use of error library */
 
 #ifndef TEST_ERR_H
-#define TEST_ERR_H
+# define TEST_ERR_H
 
 #ifdef  __cplusplus
 extern "C" {
 
 #ifdef  __cplusplus
 extern "C" {
@@ -9,16 +9,17 @@ extern "C" {
 
 /* Test library name */
 
 
 /* Test library name */
 
-#define TEST_LIB_NAME  "demo test library routines"
+# define TEST_LIB_NAME   "demo test library routines"
 
 /* Normal header details go here */
 
 
 /* Normal header details go here */
 
-/* Prototypes are picked up by the error script to generate strings for
+/*
+ * Prototypes are picked up by the error script to generate strings for
  * function names.
  */
 
 void a_test_function(void);
 
  * function names.
  */
 
 void a_test_function(void);
 
-/* Everything after this point is auto generated when you do
- * "make errors"
+/*
+ * Everything after this point is auto generated when you do "make errors"
  */
  */