Fix indent issue with engine.h
authorMatt Caswell <matt@openssl.org>
Tue, 20 Jan 2015 22:17:03 +0000 (22:17 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:43:32 +0000 (09:43 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/engine/engine.h

index 669e95fe43a13cbd10bbf008bcf2c1c3169a575b..e83b09d927e32584314f1b1d0eda50b48821dd5f 100644 (file)
@@ -125,7 +125,8 @@ extern "C" {
 #define ENGINE_TABLE_FLAG_NOINIT       (unsigned int)0x0001
 
 /* ENGINE flags that can be set by ENGINE_set_flags(). */
-/* #define ENGINE_FLAGS_MALLOCED       0x0001 */ /* Not used */
+/* Not used */
+/* #define ENGINE_FLAGS_MALLOCED       0x0001 */
 
 /* This flag is for ENGINEs that wish to handle the various 'CMD'-related
  * control commands on their own. Without this flag, ENGINE_ctrl() handles these