Skip to content

Commit

Permalink
Merge pull request #27 from sagar-apple/lint
Browse files Browse the repository at this point in the history
Minor: Fix incorrect code format

Merging based on 3 approvals, thank you!
  • Loading branch information
woody-apple authored Mar 10, 2020
2 parents 661c90e + fb0a644 commit c26c527
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 c26c527

Please sign in to comment.