Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-09-02 20:30:27 +0000
committereutarass2009-09-02 20:30:27 +0000
commitecdb7443283d702def3316a40d793efd7ee6115d (patch)
tree81f4b3928e4f85afa33374a39b4ce10fe32c7a16 /linenumbers_win32.c
parentfdf3876192f9cc3962cfec1c614732fef439034f (diff)
downloadorg.eclipse.tcf.agent-ecdb7443283d702def3316a40d793efd7ee6115d.tar.gz
org.eclipse.tcf.agent-ecdb7443283d702def3316a40d793efd7ee6115d.tar.xz
org.eclipse.tcf.agent-ecdb7443283d702def3316a40d793efd7ee6115d.zip
Code cleanup: trailing spaces are removed from the source line
Diffstat (limited to 'linenumbers_win32.c')
-rw-r--r--linenumbers_win32.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/linenumbers_win32.c b/linenumbers_win32.c
index 8c1115e8..43b79b16 100644
--- a/linenumbers_win32.c
+++ b/linenumbers_win32.c
@@ -1,13 +1,13 @@
/*******************************************************************************
* Copyright (c) 2007, 2008 Wind River Systems, Inc. and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
- * and the Eclipse Distribution License is available at
+ * and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
- *
+ *
* Contributors:
* Wind River Systems - initial API and implementation
*******************************************************************************/
@@ -59,7 +59,7 @@ int line_to_address(Context * ctx, char * file, int line, int column, LineToAddr
callback(user_args, img_line.Address);
}
}
-
+
if (err != 0) {
errno = err;
return -1;

Back to the top