This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
chenxixian
/
devdocs
espejo de
https://github.com/freeCodeCamp/devdocs
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
gcc: add whitespace for consistency
Jasper van Merle
hace 6 años
padre
8da3af8cc1
commit
cad4cb4442
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
lib/docs/filters/gcc/clean_html.rb
+ 1
- 0
lib/docs/filters/gcc/clean_html.rb
Ver fichero
@@ -5,6 +5,7 @@ module Docs
css('pre').each do |node|
node['data-language'] = 'cpp'
end
+
doc
end
end