Skip to content

Commit

Permalink
Change tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Aug 2, 2024
1 parent ff79c71 commit 83a3264
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lua/flog/graph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -560,16 +560,16 @@ local function flog_get_graph(
merge_line[nmerge_strings] = lower_left_corner_ch
end
else
-- Curve from branch below to right
merge_line[nmerge_strings] = lower_right_corner_ch
-- Curve from branch below to right
merge_line[nmerge_strings] = lower_right_corner_ch
end
else
if has_merges_to_left then
-- Line continuing merge
merge_line[nmerge_strings] = horizontal_line_ch
-- Line continuing merge
merge_line[nmerge_strings] = horizontal_line_ch
else
-- No merges
merge_line[nmerge_strings] = empty_ch
-- No merges
merge_line[nmerge_strings] = empty_ch
end
end
end
Expand Down

0 comments on commit 83a3264

Please sign in to comment.