You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2015/05/08 21:15:23 UTC

svn commit: r1678434 - /pdfbox/cmssite/trunk/content/codingconventions.mdtext

Author: jahewson
Date: Fri May  8 19:15:23 2015
New Revision: 1678434

URL: http://svn.apache.org/r1678434
Log:
Formatting fix

Modified:
    pdfbox/cmssite/trunk/content/codingconventions.mdtext

Modified: pdfbox/cmssite/trunk/content/codingconventions.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/codingconventions.mdtext?rev=1678434&r1=1678433&r2=1678434&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/codingconventions.mdtext (original)
+++ pdfbox/cmssite/trunk/content/codingconventions.mdtext Fri May  8 19:15:23 2015
@@ -14,7 +14,7 @@ Over the years the PDFBox project has co
 
 - No lines longer than 100 characters, including JavaDoc.
 
-  For wrapped lines, either use an indent of 4 or 8 characters or align with the expression at the same level on the previous line.
+- Wrapped lines should use either an indent of 4 or 8 characters or align with the expression at the same level on the previous line.
 
 - Wrapped lines should be broken after operators, not before.