Skip to content

Commit

Permalink
[Misc] Codestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Apr 17, 2015
1 parent f95627c commit 1503c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ node_t::prototype() const {

void
node_t::on_start_app(const std::string& name, const std::string& profile) {
m_apps.apply([&](std::map<std::string, std::shared_ptr<app_t>>& apps){
m_apps.apply([&](std::map<std::string, std::shared_ptr<app_t>>& apps) {
COCAINE_LOG_DEBUG(m_log, "starting app '%s'", name);

auto it = apps.find(name);
Expand Down

0 comments on commit 1503c13

Please sign in to comment.