summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r--src/PatchageModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index 066ff47..991ebb0 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -164,6 +164,6 @@ PatchageModule::get_port(const std::string& name)
return dynamic_cast<PatchagePort*>(*p);
}
}
-
+
return NULL;
}