X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=f4506787364fa11ea01286cf2e569ffed5587c15;hp=98fc9ad5949c3b7d79bc4f0e6edf52d1d4f9eb3e;hb=2a032dcb6151bd8b019c88f6ef1db1a8c1e5b61e;hpb=24ea28e79dfe41eeec311c38f61b8ffe67404b16 diff --git a/main.cpp b/main.cpp index 98fc9ad5..f4506787 100644 --- a/main.cpp +++ b/main.cpp @@ -60,8 +60,8 @@ int main(int argc, char *argv[]) // Parse arguments while (1) { static const struct option long_options[] = { - {"version", no_argument, 0, 'V'}, - {"help", no_argument, 0, 'h'}, + {"version", no_argument, 0, 'V'}, + {"help", no_argument, 0, 'h'}, {0, 0, 0, 0} }; @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) } } - if(ret == 0) { + if (ret == 0) { // Initialise the main window pv::MainWindow w; w.show();