From 8e00846b5d4e425b5e8d23a7501dc3da8ed76d7e Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 06 Oct 2006 06:17:15 +0000
Subject: [PATCH] Fix a build break caused by extra whitespace at the end of a couple of lines.

---
 opends/src/server/org/opends/server/tools/LDIFModify.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/LDIFModify.java b/opends/src/server/org/opends/server/tools/LDIFModify.java
index f17f074..e84f2ea 100644
--- a/opends/src/server/org/opends/server/tools/LDIFModify.java
+++ b/opends/src/server/org/opends/server/tools/LDIFModify.java
@@ -127,9 +127,9 @@
   {
     // Read the changes into memory.
       DNComparator comparator = new DNComparator();
-      TreeMap<DN,AddChangeRecordEntry> adds = 
+      TreeMap<DN,AddChangeRecordEntry> adds =
           new TreeMap<DN,AddChangeRecordEntry>(comparator);
-      
+
     HashMap<DN,DeleteChangeRecordEntry> deletes =
          new HashMap<DN,DeleteChangeRecordEntry>();
     HashMap<DN,LinkedList<Modification>> modifications =

--
Gitblit v1.10.0