Prevent endless read of silent files
[ardour.git] / gtk2_ardour / nsm.h
index 8dec072f005ce5e0a8a96cf1df8df75692dc5233..779a1cc970817cd930f85cb817e3f1de7da3a197 100644 (file)
 
 class NSM_Client:public NSM::Client
 {
-  public:
+public:
 
        NSM_Client();
        ~NSM_Client() { }
 
-  protected:
+protected:
 
-       int command_open(const char *name,
-                        const char *display_name,
-                        const char *client_id,
-                        char **out_msg);
-       int command_save(char **out_msg);
+       int command_open (const char *name,
+                         const char *display_name,
+                         const char *client_id,
+                         char **out_msg);
+
+       int command_save (char **out_msg);
 };