Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-apple committed Mar 10, 2020
1 parent 1b833ad commit fb0a644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lwip/tests/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

void TapInterface_Init_test1() {
printf("---Running Test--- %s\n", __FUNCTION__);
//assert(TapInterface_Init(NULL, NULL, NULL) == ERR_ARG);
// assert(TapInterface_Init(NULL, NULL, NULL) == ERR_ARG);
}

int main() {
Expand Down

0 comments on commit fb0a644

Please sign in to comment.