Commit 00aa67ec authored by Stephan Lachnit's avatar Stephan Lachnit Committed by Simon Spannagel
Browse files

make_module: fix indent in detector modules



Signed-off-by: default avatarStephan Lachnit <stephanlachnit@debian.org>
(cherry picked from commit d9446f69)
parent 8e7f0eef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -109,9 +109,10 @@ if [ "$type" = 2 ]; then
    command="sed ${opt} \
        -e 's/GeometryManager\* geo_manager/std::shared\_ptr\<Detector\> detector/g' \
        -e 's/Module(config)/Module\(config\, detector\)/g' \
        -e 's/geo_manager_(geo_manager)/detector_(detector)/g' \
        -e 's/bindMulti/bindSingle/g' \
        -e '/for(auto/d' \
        -e 's/geo_manager_(geo_manager)/detector_(detector)/g' \
        -e 's/\s\{8\}/\ \ \ \ /' \
        -e '/geo_manager_/d' \
        -e 's/detector->get/detector_->get/g' \
        -e '/    }/d' \