summaryrefslogtreecommitdiff
path: root/pr/tests/prftest1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/prftest1.c')
-rw-r--r--pr/tests/prftest1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pr/tests/prftest1.c b/pr/tests/prftest1.c
index 0e9ca49f..83e7c103 100644
--- a/pr/tests/prftest1.c
+++ b/pr/tests/prftest1.c
@@ -14,7 +14,7 @@
** The debug mode will print all of the printfs associated with this test.
** The regress mode will be the default mode. Since the regress tool limits
** the output to a one line status:PASS or FAIL,all of the printf statements
-** have been handled with an if (debug_mode) statement.
+** have been handled with an if (debug_mode) statement.
***********************************************************************/
/***********************************************************************
** Includes
@@ -39,12 +39,12 @@
** OUTPUTS: None
** RETURN: None
** SIDE EFFECTS:
-**
+**
** RESTRICTIONS:
** None
** MEMORY: NA
** ALGORITHM: Determine what the status is and print accordingly.
-**
+**
***********************************************************************/
@@ -90,7 +90,7 @@ int main(int argc, char **argv)
/* main test */
PR_STDIO_INIT();
-
+
i16 = -1;
n = -1;
i32 = -1;