Skip to content

Commit

Permalink
Sh,cosmetic: fix unaligned indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Sep 28, 2022
1 parent 9072199 commit 38475b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ static void findShTags (void)
if (found_kind != K_NOTHING)
{
if (found_kind == K_SOURCE)
makeSimpleRefTag (name, K_SOURCE, R_SCRIPT_LOADED);
makeSimpleRefTag (name, K_SOURCE, R_SCRIPT_LOADED);
else
makeSimpleTag (name, found_kind);
found_kind = K_NOTHING;
Expand Down

0 comments on commit 38475b3

Please sign in to comment.