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_specsfile.h | |
parent | f3f4730c2236a3f27a921d818f14bc62b0e311d0 (diff) |
*: random whitespace cleanups
Mostly trailing space/tab removals, no functional changes.
Diffstat (limited to 'src/rmd_specsfile.h')
-rw-r--r-- | src/rmd_specsfile.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/rmd_specsfile.h b/src/rmd_specsfile.h index 67cbd46..2c299ba 100644 --- a/src/rmd_specsfile.h +++ b/src/rmd_specsfile.h @@ -38,21 +38,20 @@ * * \returns 0 on Success, 1 on failure * - */ + */ int rmdWriteSpecsFile(ProgData *pdata); - /* * Read the text file that holds the required * capture attributes, in the cache directory. * - * \param pdata ProgData struct that will be fille + * \param pdata ProgData struct that will be filled * with all program data * * \returns 0 on Success, 1 on failure * - */ + */ int rmdReadSpecsFile(ProgData *pdata); |