Unify the coding style for `return`.
[smdp.git] / src / main.c
index ef86cdb..73bc4e0 100644 (file)
@@ -123,5 +123,5 @@ int main(int argc, char *argv[]) {
 
     ncurses_display(deck, notrans, nofade, invert);
 
-    return(EXIT_SUCCESS);
+    return EXIT_SUCCESS;
 }