Minor reformatting
authorNeale Ferguson <neale@sinenomine.net>
Tue, 2 Dec 2014 18:59:03 +0000 (13:59 -0500)
committerNeale Ferguson <neale@sinenomine.net>
Tue, 2 Dec 2014 18:59:03 +0000 (13:59 -0500)
mono/mini/exceptions-s390x.c

index 8ff629876f582e686fa132793a601db2343c2dbc..9c2cfc932d53a468890e4d7ef0dda901adf41dcd 100644 (file)
@@ -359,8 +359,8 @@ mono_arch_get_throw_exception_generic (int size, MonoTrampInfo **info,
 
        if (info)
                *info = mono_tramp_info_create (corlib ? "throw_corlib_exception" 
-                                                                      : (rethrow ? "rethrow_exception" 
-                                                                      : "throw_exception"), 
+                                                      : (rethrow ? "rethrow_exception" 
+                                                      : "throw_exception"), 
                                                start, code - start, ji, unwind_ops);
 
        return start;