<pre><font color="#000088">+      if ( the_period->state == RATE_MONOTONIC_EXPIRED ) {
+       /*
+        *  Update statistics from the concluding period
+        */
+       _Rate_monotonic_Update_statistics( the_period );
+
+       _ISR_Enable( level );
+
+       the_period->state = RATE_MONOTONIC_ACTIVE;
+       the_period->next_length = length;
+
+       _Watchdog_Insert_ticks( &the_period->Timer, length );
+       _Thread_Enable_dispatch();
+       return RTEMS_TIMEOUT;
</font><br></pre><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"></blockquote><div> The spacing here is wrong.  Your editor used tabs instead of space characters.<br>
</div><br></div>