From 9ec462aa509c5c8f750334af9d12bda8cd0d807d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Oct 1999 18:02:33 +0000 Subject: Fixing many lines that are too long to format cleanly. --- doc/porting/taskcontext.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/porting') diff --git a/doc/porting/taskcontext.t b/doc/porting/taskcontext.t index cf0f750995..56d48b8464 100644 --- a/doc/porting/taskcontext.t +++ b/doc/porting/taskcontext.t @@ -428,7 +428,8 @@ how to accomplish this: @example #define _CPU_Context_Initialize_fp( _destination ) \ @{ \ - *((Context_Control_fp *) *((void **) _destination)) = _CPU_Null_fp_context; \ + *((Context_Control_fp *) *((void **) _destination)) = \ + _CPU_Null_fp_context; \ @} @end example -- cgit v1.2.3