diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2010-11-25 21:04:09 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2010-11-25 21:04:09 +0000 |
commit | 55fbf510250ace0c4891060934da0c6bc61beb96 (patch) | |
tree | 635bf8ee07b799c49b093924b799452df005e123 /src/java/org/apache/fop/layoutmgr/inline | |
parent | 6b4369d222468a32396e54b7a081d73d5129f212 (diff) | |
download | xmlgraphics-fop-55fbf510250ace0c4891060934da0c6bc61beb96.tar.gz xmlgraphics-fop-55fbf510250ace0c4891060934da0c6bc61beb96.zip |
Another go at removing all trailing whitespace
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/inline')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java index c4a76f2f5..458110a89 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java @@ -91,7 +91,7 @@ public abstract class LeafNodeLayoutManager extends AbstractLayoutManager * @param ipd inline progression dimension * @param bHyph true if hyphenated * @param alignmentContext an alignment context - */ + */ public AreaInfo(short iLS, MinOptMax ipd, boolean bHyph, AlignmentContext alignmentContext) { iLScount = iLS; |