summaryrefslogtreecommitdiff
path: root/pr/tests/depend.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/depend.c')
-rw-r--r--pr/tests/depend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/depend.c b/pr/tests/depend.c
index 6df38c11..98ce245e 100644
--- a/pr/tests/depend.c
+++ b/pr/tests/depend.c
@@ -15,7 +15,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.
***********************************************************************/
#include "prinit.h"
@@ -112,7 +112,7 @@ int main(int argc, char **argv)
const char *buildDate = __DATE__, *buildTime = __TIME__;
printf("Depend.c build time is %s %s\n", buildDate, buildTime);
-
+
if (NULL != info) ChaseDependents(info, tab);
return 0;