mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
NO-OP: Whitespace
This commit is contained in:
parent
62b7c11f30
commit
056db80818
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#include "ardour/directory_names.h"
|
||||
#include "ardour/filename_extensions.h"
|
||||
#include "ardour/filesystem_paths.h"
|
||||
#include "ardour/mixer_snapshot.h"
|
||||
#include "ardour/mixer_snapshot_manager.h"
|
||||
#include "ardour/search_paths.h"
|
||||
#include "ardour/session_directory.h"
|
||||
|
|
@ -41,6 +40,7 @@ MixerSnapshotManager::MixerSnapshotManager (Session* s)
|
|||
if(!s) {
|
||||
throw failed_constructor();
|
||||
}
|
||||
|
||||
_session = s;
|
||||
|
||||
_global_path = user_route_template_directory();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue