Browse Source

gcc: add whitespace for consistency

Jasper van Merle 6 years ago
parent
commit
cad4cb4442
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/docs/filters/gcc/clean_html.rb

+ 1 - 0
lib/docs/filters/gcc/clean_html.rb

@@ -5,6 +5,7 @@ module Docs
         css('pre').each do |node|
           node['data-language'] = 'cpp'
         end
+
         doc
       end
     end