Changeset e141281 in mainline for uspace/srv/net/slip/slip.c


Ignore:
Timestamp:
2017-05-04T22:17:36Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
31a30fa
Parents:
dc12262
Message:

cstyle (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/slip/slip.c

    rdc12262 re141281  
    256256
    257257                                /*
    258                                  * The RFC suggests to simply insert the wrongly
    259                                  * escaped character into the packet so we fall
    260                                  * through.
    261                                  */
     258                                 * The RFC suggests to simply insert the wrongly
     259                                 * escaped character into the packet so we fall
     260                                 * through.
     261                                 */
    262262                                /* Fallthrough */
    263  
     263
    264264                        default:
    265265                                recv_final[sdu.size++] = ch;
Note: See TracChangeset for help on using the changeset viewer.