Remove trailing whitespace in debug repo

Change-Id: I845c923a09e0458fff1d960469da08404547de7f
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java
index 858a0be..4c5334e 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java
@@ -518,7 +518,7 @@
 	 * <code>launch(String, IProgressMontitor, boolean)</code> with a
 	 * <code>build</code> flag of <code>false</code>.
 	 * </p>
-	 * 
+	 *
 	 * @param mode the mode in which to launch, one of the mode constants
 	 *            defined by <code>ILaunchManager</code> - <code>RUN_MODE</code>
 	 *            or <code>DEBUG_MODE</code>.
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java
index ef5e72c..80fdf58 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.java
@@ -304,7 +304,7 @@
 	 * <p>
 	 * This method allows non-object attributes to be removed.
 	 * </p>
-	 * 
+	 *
 	 * @param attributeName the name of the attribute to remove
 	 * @return previous value of the attribute or <code>null</code>
 	 *
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java
index 5bc8a81..a7bcc24 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java
@@ -214,7 +214,7 @@
 	 * <p>
 	 * Since 3.12, the returned configuration may be a launch configuration template.
 	 * </p>
-	 * 
+	 *
 	 * @param file launch configuration file
 	 * @return a handle to the launch configuration contained
 	 *  in the specified file
@@ -227,7 +227,7 @@
 	 * <p>
 	 * Since 3.12, the returned configuration may be a launch configuration template.
 	 * </p>
-	 * 
+	 *
 	 * @param memento launch configuration memento
 	 * @return a handle to the launch configuration specified by
 	 *  the given memento
@@ -263,7 +263,7 @@
 	/**
 	 * Returns all launch configurations defined in the workspace of the specified
 	 * kind(s) (configurations and/or prototypes).
-	 * 
+	 *
 	 * @param kinds bit mask of kinds of configurations to consider
 	 * @return all launch configurations defined in the workspace
 	 * @exception CoreException if an exception occurs retrieving configurations
@@ -278,7 +278,7 @@
 	/**
 	 * Returns all launch configurations of the specified type defined in the workspace
 	 * of the specified kind(s) (configurations and/or prototypes).
-	 * 
+	 *
 	 * @param type a launch configuration type
 	 * @param kinds bit mask of kinds of configurations to consider
 	 * @return all launch configurations of the specified type defined in the workspace
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchMode.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchMode.java
index 5d09836..3e569f2 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchMode.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchMode.java
@@ -22,7 +22,7 @@
  * has an unique identifier specified by the <code>mode</code> attribute and a
  * human readable label specified by the <code>label</code> attribute.
  * </p>
- * 
+ *
  * <pre>
  *  &lt;extension point=&quot;org.eclipse.debug.core.launchModes&quot;&gt;
  *   &lt;launchMode
@@ -31,7 +31,7 @@
  *   &lt;/launchMode&gt;
  *  &lt;/extension&gt;
  * </pre>
- * 
+ *
  * @since 3.0
  * @noimplement This interface is not intended to be implemented by clients.
  * @noextend This interface is not intended to be extended by clients.
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureProvider.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureProvider.java
index 0526f19..4839a78 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureProvider.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureProvider.java
@@ -21,7 +21,7 @@
  * <p>
  * The following is an example of a logical structure provider extension:
  * </p>
- * 
+ *
  * <pre>
  *  &lt;extension point=&quot;org.eclipse.debug.core.logicalStructureProviders&quot;&gt;
  *   &lt;logicalStructureProvider
@@ -40,7 +40,7 @@
  * Clients contributing logical structure providers must implement this
  * interface.
  * </p>
- * 
+ *
  * @since 3.1
  * @see org.eclipse.debug.core.ILogicalStructureType
  */
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureType.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureType.java
index ff45b54..50028e9 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureType.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILogicalStructureType.java
@@ -26,7 +26,7 @@
  * <p>
  * Following is example plug-in XML to define a logical structure type.
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point=&quot;org.eclipse.debug.core.logicalStructureTypes&quot;&gt;
  *  &lt;logicalStructureType
@@ -57,7 +57,7 @@
  * logicalStructureProviders extensions may implement this interface to return a
  * collection of logical structure types applicable to a value.
  * </p>
- * 
+ *
  * @since 3.0
  * @see org.eclipse.debug.core.model.ILogicalStructureTypeDelegate
  * @see org.eclipse.debug.core.ILogicalStructureProvider
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/IProcessFactory.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/IProcessFactory.java
index 468b8ca..c6399a1 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/IProcessFactory.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/IProcessFactory.java
@@ -29,7 +29,7 @@
  * <p>
  * Following is example plug-in XML that contributes a process factory.
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point="org.eclipse.debug.core.processFactories"&gt;
  *   &lt;processFactory
@@ -38,7 +38,7 @@
  *   &lt;/processFactory&gt;
  * &lt;/extension&gt;
  * </pre>
- * 
+ *
  * The attributes are specified as follows:
  * <ul>
  * <li>id - a unique identifier for this extension point</li>
@@ -49,7 +49,7 @@
  * Clients contributing a process factory are intended to implement this
  * interface.
  * </p>
- * 
+ *
  * @since 3.0
  */
 
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpointImportParticipant.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpointImportParticipant.java
index a986fc6..c48205f 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpointImportParticipant.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IBreakpointImportParticipant.java
@@ -33,7 +33,7 @@
  * <p>
  * Following is an example of a breakpoint participant extension:
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point="org.eclipse.debug.core.breakpointImportParticipants"&gt;
  *  &lt;importParticipant
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IValue.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IValue.java
index c347fee..5b29179 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IValue.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IValue.java
@@ -75,7 +75,7 @@
 	 * For example, if this value represents an object that has been garbage
 	 * collected, <code>false</code> is returned.
 	 * </p>
-	 * 
+	 *
 	 * @return whether this value is currently allocated
 	 * @exception DebugException if this method fails. Reasons include:
 	 *                <ul>
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java
index 9b444f0..4966faf 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java
@@ -69,7 +69,7 @@
 	 *                </ul>
 	 */
 	String getName() throws DebugException;
-	
+
 	/**
 	 * Returns a description of the type of data this variable is declared to
 	 * reference. Note that the declared type of a variable and the concrete
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpression.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpression.java
index 7cca450..01388a5 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpression.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpression.java
@@ -42,7 +42,7 @@
 	 * generally be asynchronous to avoid blocking the calling thread.
 	 */
 	void evaluate();
-	
+
 	/**
 	 * Sets the context for this watch expression, or <code>null</code> if none.
 	 * If the given context is valid for this expression, this expression may
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourceContainerType.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourceContainerType.java
index 49053aa..6576b4d 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourceContainerType.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourceContainerType.java
@@ -26,7 +26,7 @@
  * the work specific to the contributed type. Following is an example
  * contribution.
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point=&quot;org.eclipse.debug.core.sourceContainerTypes&quot;&gt;
  * 	&lt;sourceContainerType
@@ -41,7 +41,7 @@
  * Clients contributing a source container type implement
  * {@link org.eclipse.debug.core.sourcelookup.ISourceContainerTypeDelegate}.
  * </p>
- * 
+ *
  * @see org.eclipse.debug.core.sourcelookup.ISourceContainer
  * @see org.eclipse.debug.core.sourcelookup.ISourceContainerTypeDelegate
  * @since 3.0
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
index 357b962..58687b0 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.java
@@ -24,7 +24,7 @@
  * compute the path specific to a launch configuration. Following is an example
  * contribution.
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point=&quot;org.eclipse.debug.core.sourcePathComputers&quot;&gt;
  *    	&lt;sourcePathComputer
@@ -44,7 +44,7 @@
  * Clients contributing a source path computer provide an implementation of
  * {@link org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate}.
  * </p>
- * 
+ *
  * @since 3.0
  * @noimplement This interface is not intended to be implemented by clients.
  * @noextend This interface is not intended to be extended by clients.
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/containers/ExternalArchiveSourceContainer.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/containers/ExternalArchiveSourceContainer.java
index 368ac4e..b3ed3ef 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/containers/ExternalArchiveSourceContainer.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/containers/ExternalArchiveSourceContainer.java
@@ -172,11 +172,11 @@
 						fPotentialRoots.add(entry.getName());
 					} else {
 						String entryName = entry.getName();
-						int index = entryName.lastIndexOf('/'); 
+						int index = entryName.lastIndexOf('/');
 						while (index > 0) {
 							if (fPotentialRoots.add(entryName.substring(0, index + 1))) {
 								entryName = entryName.substring(0, index);
-								index = entryName.lastIndexOf('/'); 
+								index = entryName.lastIndexOf('/');
 							} else {
 								break;
 							}
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
index dced8da..a04b889 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
@@ -754,7 +754,7 @@
 					ILaunchDelegate del = getPreferredDelegate(modes);
 					if(del == null) {
 						del = getType().getPreferredDelegate(modes);
-					}	
+					}
 					if(del == null) {
 						IStatusHandler handler = DebugPlugin.getDefault().getStatusHandler(promptStatus);
 						IStatus status = null;
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/StreamsProxy.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/StreamsProxy.java
index 19df55e..823757f 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/StreamsProxy.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/StreamsProxy.java
@@ -44,7 +44,7 @@
 	 * <code>false</code> by default.
 	 */
 	private boolean fClosed;
-	
+
 	/**
 	 * Creates a <code>StreamsProxy</code> on the streams of the given system
 	 * process.
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointContainerLabelProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointContainerLabelProvider.java
index d19b878..f3f2530 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointContainerLabelProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointContainerLabelProvider.java
@@ -69,7 +69,7 @@
 		Object lastSegment = path.getLastSegment();
 		if (lastSegment instanceof IBreakpointContainer) {
 			IBreakpointContainer container = (IBreakpointContainer) lastSegment;
-			
+
 			// Return true, gray if some breakpoints are enabled and some are disabled.
 			// return false if all breakpoints are either disabled or all are enabled.
 			boolean hasEnabled = false;
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointManagerContentProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointManagerContentProvider.java
index cb9eae8..e64b805 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointManagerContentProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/BreakpointManagerContentProvider.java
@@ -611,7 +611,7 @@
 			IBreakpoint newBreakpoint = null;
 
 			Object[] children = container.getChildren();
-			
+
 			for (Object refChildElement : refContainer.getChildren()) {
 				Object element = getElement(children, refChildElement);
 
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsoleFactory.java b/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsoleFactory.java
index e3ab8f6..3052f01 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsoleFactory.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsoleFactory.java
@@ -23,7 +23,7 @@
  * <p>
  * Following is an example console factory extension.
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point="org.eclipse.ui.console.consoleFactories"&gt;
  *   &lt;consoleFactory
@@ -43,7 +43,7 @@
  * Clients providing console factory extensions are intended to implement this
  * interface.
  * </p>
- * 
+ *
  * @since 3.1
  */
 public interface IConsoleFactory {
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsolePageParticipant.java b/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsolePageParticipant.java
index 7eda905..ef0e23e 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsolePageParticipant.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/console/IConsolePageParticipant.java
@@ -29,7 +29,7 @@
  * <p>
  * Following is an example extension definition.
  * </p>
- * 
+ *
  * <pre>
  * &lt;extension point=&quot;org.eclipse.ui.console.consolePageParticipants&quot;&gt;
  *   &lt;consolePageParticipant
@@ -38,7 +38,7 @@
  *   &lt;/consolePageParticipant&gt;
  * &lt;/extension&gt;
  * </pre>
- * 
+ *
  * The example page participant is contributed to all console pages. An optional
  * <code>enablement</code> attribute may be specified to control which consoles
  * a page participant is applicable to.
@@ -46,7 +46,7 @@
  * Clients contributing console page participant extensions are intended to
  * implement this interface.
  * </p>
- * 
+ *
  * @since 3.1
  */
 public interface IConsolePageParticipant extends IAdaptable {
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsole.java b/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsole.java
index 042308f..11ccba3 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsole.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsole.java
@@ -403,7 +403,7 @@
 
 	/**
 	 * Registers a stream that will be managed by this console.
-	 * 
+	 *
 	 * @param stream The stream which will be closed on {@link #dispose()}.
 	 */
 	void addOpenStream(Closeable stream) {
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/TextViewerGotoLineAction.java b/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/TextViewerGotoLineAction.java
index 00c747e..37d59e9 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/TextViewerGotoLineAction.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/console/actions/TextViewerGotoLineAction.java
@@ -66,7 +66,7 @@
 	/**
 	 * Constructs a goto line action for the viewer using the provided resource
 	 * bundle.
-	 * 
+	 *
 	 * @param viewer the viewer to jump in
 	 */
 	public TextViewerGotoLineAction(ITextViewer viewer) {
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
index e4bf047..7cf2e76 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsolePluginImages.java
@@ -161,7 +161,7 @@
 	/**
 	 * Returns the <code>ImageDescriptor</code> identified by the given key, or
 	 * <code>null</code> if it does not exist.
-	 * 
+	 *
 	 * @param key the image's key
 	 * @return the <code>ImageDescriptor</code> identified by the given key, or
 	 *         <code>null</code> if it does not exist
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsoleWorkbenchPart.java b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsoleWorkbenchPart.java
index d73caf6..41be92d 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsoleWorkbenchPart.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/ConsoleWorkbenchPart.java
@@ -41,7 +41,7 @@
 
 	/**
 	 * Constructs a part for the given console that binds to the given site.
-	 * 
+	 *
 	 * @param console the console which is part of the part
 	 * @param site    the site to bind the part to
 	 */
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/FollowHyperlinkAction.java b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/FollowHyperlinkAction.java
index adb455a..8eca789 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/FollowHyperlinkAction.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/FollowHyperlinkAction.java
@@ -29,7 +29,7 @@
 
 	/**
 	 * Constructs a follow link action.
-	 * 
+	 *
 	 * @param consoleViewer the viewer containing the link
 	 */
 	public FollowHyperlinkAction(TextConsoleViewer consoleViewer) {
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/PinConsoleAction.java b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/PinConsoleAction.java
index ded7b08..13aa4a0 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/PinConsoleAction.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/PinConsoleAction.java
@@ -28,7 +28,7 @@
 
 	/**
 	 * Constructs a 'pin console' action.
-	 * 
+	 *
 	 * @param view the view to pin with this action
 	 */
 	public PinConsoleAction(IConsoleView view) {