about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-03-14 16:29:28 -0700
committerTamir Duberstein <tamird@gmail.com>2015-03-15 09:08:21 -0700
commitd51047ded072b412ec18a6f78c1fb80835a477f5 (patch)
tree11375d93af72aa30a59d518356569d64d65484af /src/etc
parent95018eec69679681acdfae8608779c1e2674322d (diff)
downloadrust-d51047ded072b412ec18a6f78c1fb80835a477f5.tar.gz
rust-d51047ded072b412ec18a6f78c1fb80835a477f5.zip
Strip all leading/trailing newlines
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/featureck.py1
-rwxr-xr-xsrc/etc/gdb_rust_pretty_printing.py2
-rw-r--r--src/etc/third-party/COPYING.RUNTIME1
3 files changed, 1 insertions, 3 deletions
diff --git a/src/etc/featureck.py b/src/etc/featureck.py
index ce972c91c81..86fa779cced 100644
--- a/src/etc/featureck.py
+++ b/src/etc/featureck.py
@@ -242,4 +242,3 @@ print
 for line in lines:
     print "* " + line
 print
-
diff --git a/src/etc/gdb_rust_pretty_printing.py b/src/etc/gdb_rust_pretty_printing.py
index dbf27e88c14..4e489df7dd7 100755
--- a/src/etc/gdb_rust_pretty_printing.py
+++ b/src/etc/gdb_rust_pretty_printing.py
@@ -340,4 +340,4 @@ def extract_length_and_data_ptr_from_std_vec(vec_val):
     unique_ptr_val = vec_ptr_val[first_field(vec_ptr_val)]
     data_ptr = unique_ptr_val[first_field(unique_ptr_val)]
     assert data_ptr.type.code == gdb.TYPE_CODE_PTR
-    return (length, data_ptr)
\ No newline at end of file
+    return (length, data_ptr)
diff --git a/src/etc/third-party/COPYING.RUNTIME b/src/etc/third-party/COPYING.RUNTIME
index e1b3c69c179..e86f7fb58a4 100644
--- a/src/etc/third-party/COPYING.RUNTIME
+++ b/src/etc/third-party/COPYING.RUNTIME
@@ -70,4 +70,3 @@ consistent with the licensing of the Independent Modules.
 The availability of this Exception does not imply any general
 presumption that third-party software is unaffected by the copyleft
 requirements of the license of GCC.
-