summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 18:23:45 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 21:10:44 -0500
commit258f576e9bede265248dbd70e83ffe7af68b9cd6 (patch)
treefa88ff04091c034a5b0413f343b265ddfe7df146
parent17eabfb3c1437bef010d8486570518c882e8a25f (diff)
downloadpatchage-258f576e9bede265248dbd70e83ffe7af68b9cd6.tar.gz
patchage-258f576e9bede265248dbd70e83ffe7af68b9cd6.tar.bz2
patchage-258f576e9bede265248dbd70e83ffe7af68b9cd6.zip
Fix code formatting
-rw-r--r--src/Configuration.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp
index 86d60f8..752b5f5 100644
--- a/src/Configuration.cpp
+++ b/src/Configuration.cpp
@@ -252,7 +252,8 @@ Configuration::load()
}
}
if (!found) {
- std::cerr << "error: color for unknown port type `" << type_name << "'\n";
+ std::cerr << "error: color for unknown port type `" << type_name
+ << "'\n";
}
} else if (key == "module_position") {
Coord loc;