Changeset 207d5da in mainline for uspace/app/inet/inet.c


Ignore:
Timestamp:
2017-09-22T07:21:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c769d54
Parents:
5e962ad
Message:

Fix extraneous empty line printed after table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/inet/inet.c

    r5e962ad r207d5da  
    319319        }
    320320
     321        printf("\n");
     322
    321323        rc = EOK;
    322324out:
     
    392394        }
    393395
     396        printf("\n");
     397
    394398        rc = EOK;
    395399out:
     
    476480                }
    477481        }
     482
     483        printf("\n");
    478484
    479485        rc = EOK;
Note: See TracChangeset for help on using the changeset viewer.