Skip to content

Commit

Permalink
cc-chainsaw.el (ccc-astyle): Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Nov 30, 2016
1 parent d992f5d commit dc92899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc-chainsaw.el
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Suitable for use in a snippet."
end (point-max)))
(shell-command-on-region
beg end
"astyle --style=otbs --indent=spaces=2 -U --pad-oper --pad-paren-out --add-brackets -k3"
"astyle --style=java --indent=spaces=2 -U --pad-oper --pad-paren-out --add-brackets -k3"
nil t)))

(defun ccc-wrap-in-comment (beg end)
Expand Down

0 comments on commit dc92899

Please sign in to comment.