Ignore:
File:
1 edited

Legend:

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

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