Cosmetic api: api_storage.c Align parenthesis

Make checkpatch style modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
diff --git a/api/api_storage.c b/api/api_storage.c
index b5aaba1..81c672d 100644
--- a/api/api_storage.c
+++ b/api/api_storage.c
@@ -282,7 +282,7 @@
 
 	if (found)
 		debugf("device found, returning cookie 0x%08x\n",
-			(u_int32_t)di->cookie);
+		       (u_int32_t)di->cookie);
 	else
 		debugf("no device found\n");