From 50af936a29f1ddae23c86fd1758b11143785b3ee Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 26 Jun 2002 14:45:00 +0000 Subject: [PATCH] whitespace --- include/QF/pr_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/pr_debug.h b/include/QF/pr_debug.h index e7a2bd893..dcd9b8707 100644 --- a/include/QF/pr_debug.h +++ b/include/QF/pr_debug.h @@ -35,7 +35,7 @@ typedef struct pr_auxfunction_s { unsigned int function; // function def this aux info is for unsigned int source_line; // first source line for this function - unsigned int line_info; // index to first lineno entry + unsigned int line_info; // index to first lineno entry unsigned int local_defs; // index to the first local def unsigned int num_locals; // number of local defs } pr_auxfunction_t;