Explorar el Código

fix whitespace errors

Eric Schulte hace 13 años
padre
commit
7e7ecb6db9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testing/examples/ob-C-test.org

+ 1 - 1
testing/examples/ob-C-test.org

@@ -8,7 +8,7 @@
 #+begin_src cpp :includes "<iostream>" :results silent
   std::cout << 42;
   return 0;
-#+end_src 
+#+end_src
 
 #+source: integer_var
 #+begin_src cpp :var q=12 :includes "<iostream>" :results silent