From 82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 15 Mar 2021 18:53:43 -0700 Subject: *: random whitespace cleanups Mostly trailing space/tab removals, no functional changes. --- src/rmd_specsfile.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/rmd_specsfile.h') 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); -- cgit v1.2.3