Skip to content

Commit

Permalink
* Updated spacing generated in mpg.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Sep 15, 2023
1 parent 5e31fc6 commit a660acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/projects/mpg.pl
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
$transport_includes .= "\n#include \"transports/" .
$transports[$i] . ".h\"";
$transport_creation .= "
kb.attach_transport(new transports::${transports[$i]} (
kb.attach_transport(new transports::${transports[$i]}(
kb.get_id(), settings, kb));";
}

Expand Down

0 comments on commit a660acc

Please sign in to comment.