]> git.lizzy.rs Git - rust.git/commitdiff
automated whitespace fixes
authorDaniel Micay <danielmicay@gmail.com>
Thu, 13 Jun 2013 21:59:34 +0000 (17:59 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Thu, 13 Jun 2013 22:03:08 +0000 (18:03 -0400)
24 files changed:
RELEASES.txt
src/etc/adb_run_wrapper.sh
src/librustc/middle/borrowck/gather_loans/gather_moves.rs
src/librustc/middle/effect.rs
src/libstd/core.rc
src/libstd/rt/comm.rs
src/libstd/rt/io/stdio.rs
src/libstd/rt/task.rs
src/libstd/rt/test.rs
src/libsyntax/ext/pipes/ast_builder.rs
src/rt/rust_env.cpp
src/rustllvm/rustllvm.h
src/test/auxiliary/anon-extern-mod-cross-crate-1.rs
src/test/auxiliary/private_variant_xc.rs
src/test/auxiliary/use_from_trait_xc.rs
src/test/compile-fail/lint-unused-import-tricky-names.rs
src/test/compile-fail/private-variant-xc.rs
src/test/compile-fail/use-from-trait-xc.rs
src/test/compile-fail/use-from-trait.rs
src/test/run-pass/const-struct-offsets.rs
src/test/run-pass/issue-4735.rs
src/test/run-pass/monomorphize-abi-alignment.rs
src/test/run-pass/multi-let.rs
src/test/run-pass/pub-extern-privacy.rs

index f2d23340d78c579ada594cd2e4a91a21ca30a941..5bf160d62487497876090cd506ca40fbeb022f01 100644 (file)
@@ -4,7 +4,7 @@ Version 0.7 (July 2013)
    * ??? changes, numerous bugfixes
 
    * Syntax changes
-      * `#[deriving(Encodable)]`, `#[deriving(Decodable)]`      
+      * `#[deriving(Encodable)]`, `#[deriving(Decodable)]`
 
    * Semantic changes
       * The `self` parameter no longer implicitly means `&'self self`,
index 68ac6b4242c3e9f4610279195d147b128eca7e58..fb1e0937fc920510a029564c14bd2068a9f06b3a 100755 (executable)
@@ -2,7 +2,7 @@
 # usage : adb_run_wrapper [test dir - where test executables exist] [test executable]
 #
 
-# Sometimes android shell produce exitcode "1 : Text File Busy" 
+# Sometimes android shell produce exitcode "1 : Text File Busy"
 # Retry after $WAIT seconds, expecting resource cleaned-up
 WAIT=10
 PATH=$1
@@ -20,7 +20,7 @@ then
         while [ $L_RET -eq 1 ]
         do
             LD_LIBRARY_PATH=$PATH $PATH/$RUN $@ 1>$PATH/$RUN.stdout 2>$PATH/$RUN.stderr
-            L_RET=$? 
+            L_RET=$?
             if [ $L_COUNT -gt 0 ]
             then
                /system/bin/sleep $WAIT
@@ -28,7 +28,7 @@ then
             fi
             L_COUNT=`expr $L_COUNT+1`
         done
-        
+
         echo $L_RET > $PATH/$RUN.exitcode
 
     fi
index d32c1873ba053b70a96b0b9bdf1cd421528673e9..ef911c9a808ecc79b7ce058927669d60c4cc91f1 100644 (file)
@@ -161,4 +161,3 @@ fn check_is_legal_to_move_from(bccx: @BorrowckCtxt,
         }
     }
 }
-
index 0d817a5c629dc8e0230e68da36c108574dc5fc85..d9481c26dad0e3e45980a92a53afd636a18355d7 100644 (file)
@@ -154,4 +154,3 @@ pub fn check_crate(tcx: ty::ctxt,
 
     visit::visit_crate(crate, ((), visitor))
 }
-
index a6334cc0c4964d08824347d77354af58c8ea4392..3d871fce090bb70964e780692e7466ba099491ac 100644 (file)
@@ -232,4 +232,3 @@ mod std {
     pub use str;
     pub use os;
 }
-
index 8a8f31bbdfa52ec732b2c87b509876112ffa75ca..5d85e2928613a835d6e87ef0212b3df940ca1546 100644 (file)
@@ -615,4 +615,3 @@ fn recv(port: Port<~int>, i: int) {
         }
     }
 }
-
index 247fe9544088bfa54984725fed476bf9a83d95f4..57bec79563f2ed4ec9cf817c2f8e76dbf4df38a6 100644 (file)
@@ -50,4 +50,3 @@ fn write(&mut self, _buf: &[u8]) { fail!() }
 
     fn flush(&mut self) { fail!() }
 }
-
index 620efed99ca32c76a650bc9122375e3781326ed5..41390aec80c5614be8068a6f714e0602c061ae0a 100644 (file)
@@ -228,4 +228,3 @@ fn comm_stream() {
         }
     }
 }
-
index 453eab09730ee390110b2dbbf8437e72c2ddd53f..fe08d85c947c7dfa77803a398f7acfceb0dd8799 100644 (file)
@@ -189,4 +189,3 @@ pub fn stress_factor() -> uint {
         None => 1
     }
 }
-
index 08f1540918e684a88cdfb18d6c0ad9ed2f457c7f..99ffd78d7baf037820ee9a0d1763b7a69e1d7de3 100644 (file)
@@ -63,4 +63,3 @@ fn add_tys(&self, tys: ~[@ast::Ty]) -> @ast::Path {
         }
     }
 }
-
index ed38be3550f74f1ab6ce1d2a0654e2e316e39200..eaccb3b0a4424432dfa07388a3ea3b82dc7b7b04 100644 (file)
@@ -156,4 +156,3 @@ free_env(rust_env *env) {
     free(env->rust_seed);
     free(env);
 }
-
index 1c8842f7b4a77933d1550e6d9ec07421b83128b9..a66ad3704bef62228676e7c97eac0568037a71e1 100644 (file)
@@ -54,4 +54,3 @@
 #include <fcntl.h>
 #include <unistd.h>
 #endif
-
index 77f257ea4f52c32037c3f444b852de4bf843eacf..4bdb6d351d8ca999ddece8c3c6a6c758d78adc98 100644 (file)
@@ -20,4 +20,3 @@
 extern {
     pub fn rust_get_argc() -> libc::c_int;
 }
-
index d7d55c691b6832b4cbec49b1cef4ec6f800885c9..a3a604d9e784c1b83acf8fd2ec64d0525b30d842 100644 (file)
@@ -2,4 +2,3 @@ pub enum Foo {
     pub Bar,
     priv Baz,
 }
-
index 2ab95c271aec7de825967a08d445d5974cdc16e9..d5abfd5754c9af5c65790ab1862dc2539023e05d 100644 (file)
@@ -7,4 +7,3 @@ pub trait Trait {
 impl Foo {
     pub fn new() {}
 }
-
index 4b80c52471505ff5957837ea79ad9c4b76c7fe73..a81a410caceb1ffbdf0af36cc15ffb941ff2aaae 100644 (file)
@@ -44,4 +44,3 @@ pub fn foo() {}
 }
 
 fn main(){}
-
index c7838b98855080c4b51f1ed1554937f91709ea9b..9db023a779ba09a1d9a7394e7ff007f69994cd17 100644 (file)
@@ -6,4 +6,3 @@ pub fn main() {
     let _ = private_variant_xc::Bar;
     let _ = private_variant_xc::Baz;    //~ ERROR unresolved name
 }
-
index 56805f58ad29ac36b43d611b7e9f5c0488700cbe..3ac3e8c832d8c86b209c559cf2089de4447796ef 100644 (file)
@@ -9,4 +9,3 @@
 
 fn main() {
 }
-
index 10a30f0a266b3734aabe5a43fc064c5d2a8e8bf7..4514d925c82b4d85f5c763d6341f5f629e0571df 100644 (file)
@@ -14,4 +14,3 @@ fn new() {}
 }
 
 fn main() {}
-
index 0966fa055bfdd9e3a00a05383baf1a043ac434aa..cd39c8df872d4fcd91422f04ad1ff7f19fdf6a05 100644 (file)
@@ -11,4 +11,3 @@ struct Bar {
 static bar: Bar = Bar { i: 0, v: IntVal(0) };
 
 fn main() {}
-
index e17fa21732924c3375ff3da0644348df80192f35..057622d2251727604756850b62bd6ee9a8aeb0b0 100644 (file)
@@ -26,5 +26,3 @@ fn main() {
     let p = unsafe { transmute::<~int, *c_void>(t) };
     let z = NonCopyable(p);
 }
-
-
index 12c882a87089d138d451c1fd515e873a1d8ac978..f9c8fe006f394d80cfd0484cea123c5fa3a32745 100644 (file)
@@ -24,8 +24,8 @@ impl<T> S<T> { fn unwrap(self) -> T { self.t } }
 struct B(u64);
 
 pub fn main() {
-       static Ca: S<A> = S { i: 0, t: A((13, 104)) };
-       static Cb: S<B> = S { i: 0, t: B(31337) };
-       assert_eq!(*(Ca.unwrap()), (13, 104));
-       assert_eq!(*(Cb.unwrap()), 31337);
+    static Ca: S<A> = S { i: 0, t: A((13, 104)) };
+    static Cb: S<B> = S { i: 0, t: B(31337) };
+    assert_eq!(*(Ca.unwrap()), (13, 104));
+    assert_eq!(*(Cb.unwrap()), 31337);
 }
index 8e6865adce91820ebeac69c51323c0a04ac5d545..eb1444be37844d8d7e3d6412343a5a21ad760e68 100644 (file)
@@ -13,4 +13,3 @@ pub fn main() {
     let y = x;
     assert!((y == 10));
 }
-
index 2927279f6a29e40b6fc5d9a9b603ea0ab7689486..e0ac43f1f04fd0cd031947959aabf6791a6d1fc4 100644 (file)
@@ -11,4 +11,3 @@ fn main() {
         a::free(transmute(0));
     }
 }
-