Skip to content

Commit

Permalink
jsk_perception/euslisp/euslaunch.l: add indent for <param
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jul 19, 2023
1 parent ef35c9e commit 19184d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsk_perception/euslisp/euslaunch.l
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
(setq attrstr (apply #'concatenate string attrstr))
(setq nodestr (apply #'concatenate string nodestr))
(if nodes
(str+ "<" tagstr attrstr ">" nodestr "</" tagstr ">" newline)
(str+ "<" tagstr attrstr "/>" newline)))
(str+ "<" tagstr attrstr ">" newline nodestr "</" tagstr ">" newline)
(str+ " <" tagstr attrstr "/>" newline)))
(t "")
))))
)
Expand Down

0 comments on commit 19184d5

Please sign in to comment.