From e2c80181b6a6338f0381fc9c44fae32d8b8a20fc Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 15 Jan 2005 22:15:51 +0000 Subject: Apply Nindent to all .c and .h files --- eval.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'eval.h') diff --git a/eval.h b/eval.h index a933cbf..1724e2f 100644 --- a/eval.h +++ b/eval.h @@ -14,14 +14,15 @@ * providing segment-base details, and what function can be used to * look labels up. */ -void eval_global_info (struct ofmt *output, lfunc lookup_label, loc_t *locp); +void eval_global_info(struct ofmt *output, lfunc lookup_label, + loc_t * locp); /* * The evaluator itself. */ -expr *evaluate (scanner sc, void *scprivate, struct tokenval *tv, - int *fwref, int critical, efunc report_error, - struct eval_hints *hints); +expr *evaluate(scanner sc, void *scprivate, struct tokenval *tv, + int *fwref, int critical, efunc report_error, + struct eval_hints *hints); void eval_cleanup(void); -- cgit v1.2.3