This website works better with JavaScript
Home
Explore
Help
Register
Sign In
chenxixian
/
devdocs
mirror of
https://github.com/freeCodeCamp/devdocs
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
gcc: add whitespace for consistency
Jasper van Merle
6 years ago
parent
8da3af8cc1
commit
cad4cb4442
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
lib/docs/filters/gcc/clean_html.rb
+ 1
- 0
lib/docs/filters/gcc/clean_html.rb
View File
@@ -5,6 +5,7 @@ module Docs
css('pre').each do |node|
node['data-language'] = 'cpp'
end
+
doc
end
end