This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove trailing whitespace after comma
pull/13/head
Sergey Urbanovich
13 years ago
parent
63cda04e4e
commit
b922c51e16
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
c_src/encoder.c
+ 1
- 3
c_src/encoder.c
View File
@ -460,9 +460,7 @@ enc_colon(Encoder* e)
static
inline
int
enc_comma
(
Encoder
*
e
)
{
if
(
!
e
-
>
pretty
)
return
enc_char
(
e
,
'
,
'
)
;
return
enc_literal
(
e
,
"
,
"
,
2
)
&
&
MAYBE_PRETTY_INDENT
(
e
)
;
return
enc_char
(
e
,
'
,
'
)
&
&
MAYBE_PRETTY_INDENT
(
e
)
;
}
ERL_NIF_TERM
Write
Preview
Loading…
Cancel
Save