Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2011-05-19 14:37:10 +0000
committerGrant Gayed2011-05-19 14:37:10 +0000
commit20b055c325b4eb2aa32714d5ca8c9acbee9829cf (patch)
treed6cf303eb3d311eb6d0ed7fa588d5def8112e640 /bundles/org.eclipse.swt
parent4d608b56dee92fb92bf4cba5a32b0e672c52c5c5 (diff)
downloadeclipse.platform.swt-20b055c325b4eb2aa32714d5ca8c9acbee9829cf.tar.gz
eclipse.platform.swt-20b055c325b4eb2aa32714d5ca8c9acbee9829cf.tar.xz
eclipse.platform.swt-20b055c325b4eb2aa32714d5ca8c9acbee9829cf.zip
add trailing newline
Diffstat (limited to 'bundles/org.eclipse.swt')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.c
index 5984b04125..c964103bae 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.c
@@ -186,4 +186,4 @@ glong g_utf8_offset_to_utf16_offset(const gchar* str, glong offset) {
r++;
}
return r;
-} \ No newline at end of file
+}

Back to the top