]> source.dussan.org Git - poi.git/commitdiff
whitespace
authorJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 04:34:37 +0000 (04:34 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 04:34:37 +0000 (04:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748083 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java

index 686acfa64a2696f65d8bf01ac8b9cbe33229ba94..78b596a1fe6b1107a54d48a908eccc27b7342771 100644 (file)
@@ -41,7 +41,7 @@ import org.apache.poi.util.LittleEndian;
 public final class HMEFMessage {
    public static final int HEADER_SIGNATURE = 0x223e9f78;
    
-   private int fileId; 
+   private int fileId;
    private List<TNEFAttribute> messageAttributes = new ArrayList<TNEFAttribute>();
    private List<MAPIAttribute> mapiAttributes = new ArrayList<MAPIAttribute>();
    private List<Attachment> attachments = new ArrayList<Attachment>();