[Openmp-commits] [openmp] r269842 - Remove trailing whitespace in files in doc/ directory

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Tue May 17 14:12:48 PDT 2016


Author: jlpeyton
Date: Tue May 17 16:12:48 2016
New Revision: 269842

URL: http://llvm.org/viewvc/llvm-project?rev=269842&view=rev
Log:
Remove trailing whitespace in files in doc/ directory

Modified:
    openmp/trunk/runtime/doc/doxygen/config
    openmp/trunk/runtime/doc/doxygen/header.tex

Modified: openmp/trunk/runtime/doc/doxygen/config
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/config?rev=269842&r1=269841&r2=269842&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/config (original)
+++ openmp/trunk/runtime/doc/doxygen/config Tue May 17 16:12:48 2016
@@ -669,10 +669,10 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = src  doc/doxygen/libomp_interface.h 
+INPUT                  = src  doc/doxygen/libomp_interface.h
 # The ittnotify code also has doxygen documentation, but if we include it here
 # it takes over from us!
-# src/thirdparty/ittnotify                         
+# src/thirdparty/ittnotify
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -690,7 +690,7 @@ INPUT_ENCODING         = UTF-8
 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
 # *.f90 *.f *.for *.vhd *.vhdl
 
-FILE_PATTERNS          = *.c *.h *.cpp 
+FILE_PATTERNS          = *.c *.h *.cpp
 # We may also want to include the asm files with appropriate ifdef to ensure
 # doxygen doesn't see the content, just the documentation...
 

Modified: openmp/trunk/runtime/doc/doxygen/header.tex
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/header.tex?rev=269842&r1=269841&r2=269842&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/header.tex (original)
+++ openmp/trunk/runtime/doc/doxygen/header.tex Tue May 17 16:12:48 2016
@@ -66,7 +66,7 @@ Intel, Xeon, and Intel Xeon Phi are trad
 
 This document is Copyright \textcopyright~\the\year the LLVM Project. It is
 subject to the same license terms as the LLVM OpenMP runtime.
- 
+
 \textsuperscript{*} Other names and brands may be claimed as the property of others.
 
 \clearemptydoublepage




More information about the Openmp-commits mailing list