mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NO-OP: whitespace
This fixes mostly <tab> after <space> and similar <tab> not used for indenting as well as some related code alignment issues.
This commit is contained in:
parent
90a7bef656
commit
31815b5f26
33 changed files with 268 additions and 287 deletions
|
|
@ -405,7 +405,7 @@ ARDOUR_UI_UTILS::get_xpm (std::string name)
|
|||
|
||||
try {
|
||||
xpm_map[name] = Gdk::Pixbuf::create_from_file (data_file_path);
|
||||
} catch(const Glib::Error& e) {
|
||||
} catch (const Glib::Error& e) {
|
||||
warning << "Caught Glib::Error: " << e.what() << endmsg;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue