This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
chenxixian
/
devdocs
mirror da
https://github.com/freeCodeCamp/devdocs
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
gcc: add whitespace for consistency
Jasper van Merle
6 anni fa
parent
8da3af8cc1
commit
cad4cb4442
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
lib/docs/filters/gcc/clean_html.rb
+ 1
- 0
lib/docs/filters/gcc/clean_html.rb
Vedi File
@@ -5,6 +5,7 @@ module Docs
css('pre').each do |node|
node['data-language'] = 'cpp'
end
+
doc
end
end