--- In [email protected], Jim Dougherty <[EMAIL PROTECTED]> wrote:
>
> Are other people seeing nicely formated code on occasion?  Is there 
> something that I can do about this?
> 
> DummyFunction ()      // This line was not indented.
>      {                 // This line was indented 4 spaces.
>      int  x;           // This line was indented 4 spaces.
>      if (x == 0) {     // This line was indented 4 spaces.
>          x++;          // This line was indented 8 spaces.
>      return;           // This line was indented 4 spaces.
>      }                 // This line was indented 4 spaces.
>

When I reply to your post using Yahoo groups, I can see the
indentation in the included code (above), but when I view your
original post in Yahoo groups, there's no indentation.

Don't know what people are seeing if they read the posts as emails.

John

Reply via email to