[llvm] r237409 - docs: Fix up some .rst formatting
Justin Bogner
mail at justinbogner.com
Thu May 14 16:56:58 PDT 2015
Author: bogner
Date: Thu May 14 18:56:58 2015
New Revision: 237409
URL: http://llvm.org/viewvc/llvm-project?rev=237409&view=rev
Log:
docs: Fix up some .rst formatting
Modified:
llvm/trunk/docs/DeveloperPolicy.rst
Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=237409&r1=237408&r2=237409&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu May 14 18:56:58 2015
@@ -325,9 +325,9 @@ Below are some guidelines about the form
and in-code comments, ex. capitalization, full stop, etc.
* If the commit is a bug fix on top of another recently committed patch, or a
-revert or reapply of a patch, include the svn revision number of the prior
-related commit. This could be as simple as "Revert rNNNN because it caused
-PR#".
+ revert or reapply of a patch, include the svn revision number of the prior
+ related commit. This could be as simple as "Revert rNNNN because it caused
+ PR#".
For minor violations of these recommendations, the community normally favors
reminding the contributor of this policy over reverting. Minor corrections and
More information about the llvm-commits
mailing list