Skip to content

Commit

Permalink
Fix indentation of code
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm committed Jul 27, 2020
1 parent 3c70f01 commit 9ffb166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/ledger2beancount
Original file line number Diff line number Diff line change
Expand Up @@ -1643,9 +1643,9 @@ while (@input) {
read_stanza \@input if $input[0] =~ /^\h+/;
} elsif ($l =~ /^[!@]?(N|C|I|i|O|o|b|h|assert|check|expr|eval|value)(\s|$)/) {
$after_auto = 1;
print_warning_once "Unsupported directive `$1` skipped";
# Not supported in beancount
print_comment_top_level $depth, $l;
print_warning_once "Unsupported directive `$1` skipped";
# Not supported in beancount
print_comment_top_level $depth, $l;
} elsif ($l =~ /^[0-9]/) {
$after_auto = 1;
if ($l =~ /$txn_header_RE/) { # txn header
Expand Down

0 comments on commit 9ffb166

Please sign in to comment.