summaryrefslogtreecommitdiff
path: root/src/rmd_specsfile.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-03-15 18:53:43 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-03-15 18:53:43 -0700
commit82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec (patch)
tree195a71a2c6232b953b60825383b555aed6166111 /src/rmd_specsfile.h
parentf3f4730c2236a3f27a921d818f14bc62b0e311d0 (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.h7
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);
© All Rights Reserved