Explorar o código

gcc: add whitespace for consistency

Jasper van Merle %!s(int64=6) %!d(string=hai) anos
pai
achega
cad4cb4442
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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