]> sigrok.org Git - pulseview.git/blobdiff - main.cpp
Added empty HwCap dialog
[pulseview.git] / main.cpp
index 98fc9ad5949c3b7d79bc4f0e6edf52d1d4f9eb3e..f4506787364fa11ea01286cf2e569ffed5587c15 100644 (file)
--- 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();