summaryrefslogtreecommitdiff
path: root/src/rmd_rescue.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-10-08 01:29:12 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-10-08 01:29:12 -0700
commita031634bd64c7f30c4ace5ca06a5a47600b42f47 (patch)
tree919e13ed1ba2e6443fe952288085576322748405 /src/rmd_rescue.c
parentbd53002a2bf51d48992613601719d180fed09975 (diff)
*: more cosmetic formatting cleanups
Making things a bit more consistent
Diffstat (limited to 'src/rmd_rescue.c')
-rw-r--r--src/rmd_rescue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rmd_rescue.c b/src/rmd_rescue.c
index 84bcf4b..82bb8df 100644
--- a/src/rmd_rescue.c
+++ b/src/rmd_rescue.c
@@ -40,7 +40,8 @@
#include <stdlib.h>
-int rmdRescue(const char *path) {
+int rmdRescue(const char *path)
+{
unsigned short width, height;
ProgData pdata;
EncData enc_data;
© All Rights Reserved