diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-03-15 18:53:43 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-03-15 18:53:43 -0700 |
commit | 82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec (patch) | |
tree | 195a71a2c6232b953b60825383b555aed6166111 /src/rmd_rescue.h | |
parent | f3f4730c2236a3f27a921d818f14bc62b0e311d0 (diff) |
*: random whitespace cleanups
Mostly trailing space/tab removals, no functional changes.
Diffstat (limited to 'src/rmd_rescue.h')
-rw-r--r-- | src/rmd_rescue.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rmd_rescue.h b/src/rmd_rescue.h index 2fbf2da..51e7bd4 100644 --- a/src/rmd_rescue.h +++ b/src/rmd_rescue.h @@ -28,7 +28,7 @@ #define RMD_RESCUE_H 1 /* - * Rescue a previous recording, found in + * Rescue a previous recording, found in * the given path. * * \param path Path to the cache folder. @@ -38,5 +38,4 @@ */ int rmdRescue(const char *path); - #endif |