Remove unnecessary trailing whitespace
[oweals/openssl.git] / crypto / engine / eng_lib.c
index 3ef3aae28a210a5e08c26d3b9b2cd1605c323c1f..9e00f2df045feb6a7e356602a3ebfda3d6f93ad1 100644 (file)
@@ -124,7 +124,7 @@ static int int_cleanup_check(int create)
 static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb)
 {
     ENGINE_CLEANUP_ITEM *item;
-    
+
     if ((item = OPENSSL_malloc(sizeof(*item))) == NULL) {
         ENGINEerr(ENGINE_F_INT_CLEANUP_ITEM, ERR_R_MALLOC_FAILURE);
         return NULL;