summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graph.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 18:29:04 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 18:32:03 +0200
commitaef75f87b71fd6c719603393f6d42d8ebab75add (patch)
tree9ce450daa1ffc22ac1407d88c42512a7697f9768 /libs/ardour/ardour/graph.h
parent57616fdb1198b0643815aa08c4526b19bdb27fb9 (diff)
NO-OP: whitespace, comments
Diffstat (limited to 'libs/ardour/ardour/graph.h')
-rw-r--r--libs/ardour/ardour/graph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/graph.h b/libs/ardour/ardour/graph.h
index e6eae0750d..f3808ae140 100644
--- a/libs/ardour/ardour/graph.h
+++ b/libs/ardour/ardour/graph.h
@@ -118,11 +118,11 @@ private:
volatile int _setup_chain;
// parameter caches.
- pframes_t _process_nframes;
+ pframes_t _process_nframes;
samplepos_t _process_start_sample;
samplepos_t _process_end_sample;
- bool _process_can_record;
- bool _process_non_rt_pending;
+ bool _process_can_record;
+ bool _process_non_rt_pending;
bool _process_noroll;
int _process_retval;