Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
cdcd365d
Commit
cdcd365d
authored
9 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: normalize some whitespace
parent
2535f51e
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/browser.c
+2
-2
src/browser.c
src/color.c
+1
-1
src/color.c
src/global.c
+2
-2
src/global.c
src/rcfile.c
+6
-6
src/rcfile.c
src/text.c
+3
-3
src/text.c
src/winio.c
+2
-2
src/winio.c
with
16 additions
and
16 deletions
+16
-16
src/browser.c
View file @
cdcd365d
This diff is collapsed.
Click to expand it.
src/color.c
View file @
cdcd365d
This diff is collapsed.
Click to expand it.
src/global.c
View file @
cdcd365d
This diff is collapsed.
Click to expand it.
src/rcfile.c
View file @
cdcd365d
This diff is collapsed.
Click to expand it.
src/text.c
View file @
cdcd365d
...
...
@@ -2189,7 +2189,7 @@ void do_justify(bool full_justify)
/* Break the current line. */
if
(
ISSET
(
JUSTIFY_TRIM
))
{
while
(
break_pos
>
0
&&
is_blank_mbchar
(
&
openfile
->
current
->
data
[
break_pos
-
1
]))
{
is_blank_mbchar
(
&
openfile
->
current
->
data
[
break_pos
-
1
]))
{
break_pos
--
;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/winio.c
View file @
cdcd365d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help