NO-OP: comment format change and whitespace
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 2 Oct 2017 16:38:56 +0000 (12:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 2 Oct 2017 16:43:34 +0000 (12:43 -0400)
libs/ardour/ardour/disk_io.h

index 2c34cbfacf5d50fc77125cdd59fbd82f341ba295..d7975a7908d4e5a030e4c8daca04f82ec129e8b3 100644 (file)
@@ -165,8 +165,9 @@ class LIBARDOUR_API DiskIOProcessor : public Processor
                /* used only by capture */
                boost::shared_ptr<AudioFileSource> write_source;
                PBD::RingBufferNPT<CaptureTransition> * capture_transition_buf;
-               // the following are used in the butler thread only
-               samplecnt_t                     curr_capture_cnt;
+
+               /* used in the butler thread only */
+               samplecnt_t curr_capture_cnt;
 
                void resize (samplecnt_t);
        };