Skip to content

Commit

Permalink
Update vector/v.in.dwg/main.c
Browse files Browse the repository at this point in the history
Follow suggestions from clang-format bot and modify the code.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ymdatta and github-actions[bot] authored Aug 31, 2024
1 parent bbceceb commit 03093da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vector/v.in.dwg/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ int main(int argc, char *argv[])
initerror, adErrorStr(initerror));
size_t buflen = strlen(buf);
if (initerror == AD_UNABLE_TO_OPEN_INIT_FILE) {
snprintf(buf + buflen, 2000 - buflen - 1,
(" Cannot open %s"), path);
snprintf(buf + buflen, 2000 - buflen - 1, (" Cannot open %s"),
path);
}
G_fatal_error(buf);
}
Expand Down

0 comments on commit 03093da

Please sign in to comment.