Imported Upstream version 7.53.1
[platform/upstream/curl.git] / tests / unit / unit1602.c
index c67c0a5..5f1ee9f 100644 (file)
@@ -32,7 +32,7 @@ static struct curl_hash hash_static;
 
 static void mydtor(void *p)
 {
-  int *ptr = (int*)p;
+  int *ptr = (int *)p;
   free(ptr);
 }