Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
jiffy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Remove trailing whitespace after comma
pull/13/head
Sergey Urbanovich
13 anos atrás
pai
63cda04e4e
commit
b922c51e16
1 arquivos alterados
com
1 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-3
c_src/encoder.c
+ 1
- 3
c_src/encoder.c
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar