]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Uniformly use capital letters at the top of comments.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 28 May 2018 07:24:31 +0000 (15:24 +0800)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 28 May 2018 07:24:31 +0000 (15:24 +0800)
contrib/utilities/indent

index d7778cb8254a7db6156aaddbc21f100371976026..20dcab3cb9ec7ceba1ef433c698e22a216202992 100755 (executable)
@@ -61,16 +61,15 @@ if [ "${CLANG_FORMAT_MAJOR_VERSION}" -ne 6 ] || [ "${CLANG_FORMAT_MINOR_VERSION}
 fi
 
 #
-# collect all header and source files and process them in batches of 50
+# Collect all header and source files and process them in batches of 50
 # files with up to 10 in parallel
 #
-
 find tests include source examples \
   \( -name '*.cc' -o -name '*.h' -o -name '*.cu' -o -name '*.cuh' \) -print0 |
   xargs -0 -n 50 -P 10 clang-format -i
 
 #
-# use the same process to set file permissions for all source files
+# Use the same process to set file permissions for all source files.
 #
 
 find tests include source examples \
@@ -78,7 +77,7 @@ find tests include source examples \
   xargs -0 -n 50 -P 10 chmod 644
 
 #
-# convert dos formatted files to unix file format by stripping out
+# Convert DOS formatted files to unix file format by stripping out
 # carriage returns (15=0x0D):
 #
 
@@ -96,7 +95,7 @@ find tests include source examples \
   xargs -0 -n 1 -P 10 -I {} bash -c 'dos_to_unix "$@"' _ {}
 
 #
-# format .inst.in files. We need to replace \{ and \} by a sentinel because
+# Format .inst.in files. We need to replace \{ and \} by a sentinel because
 # clang-format happily strips away the backslash. Further, there is a minor
 # caveat: clang-format automatically renames a comment after a closing
 # bracket for a namespace to "} // namespace FooBar". Thus use "namespace"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.