Skip to content

Commit

Permalink
Add a formatting errors in db.copy
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Mar 6, 2024
1 parent 0a5c5d7 commit a0ca999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/db.copy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#include <grass/dbmi.h>
#include <grass/glocale.h>

int main(int argc, char **argv)
{
int main(int argc, char **argv)
{
int ret;
struct Option *from_driver, *from_database, *from_table;
struct Option * from_driver, *from_database, *from_table;
struct Option *to_driver, *to_database, *to_table;
struct Option *where, *select;
struct GModule *module;
Expand Down

0 comments on commit a0ca999

Please sign in to comment.