Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/srln/srln.c

    r11b285d r7c3fb9b  
    106106                }
    107107
    108                 /* Replace carriage return with line feed
    109                    and suppress any following line feed */
     108                /*
     109                 * Replace carriage return with line feed
     110                 * and suppress any following line feed
     111                 */
    110112                if ((ch == '\n') && (cr)) {
    111113                        cr = false;
Note: See TracChangeset for help on using the changeset viewer.