Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Feb 2, 2025
1 parent 99296b4 commit d5d38de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ogsf/gp3.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ geopoint *Gp_load_sites(const char *name, int *nsites, int *has_z)
}
char *mname = G_fully_qualified_name(name, mapset);

while (eof == 0)
{
while (eof == 0) {
ltype = Vect_read_next_line(&map, Points, Cats);
switch (ltype) {
case -1: {
Expand Down

0 comments on commit d5d38de

Please sign in to comment.