pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

...and don't use TABs...



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Apr 26 08:49:25 2021 +0200
Changeset:	937b82e21ba458b2ec01f9650bb8d9bd54235b0c

Modified Files:
	rust/patches/patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs

Log Message:
...and don't use TABs...

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=937b82e21ba458b2ec01f9650bb8d9bd54235b0c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ...atch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust/patches/patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs b/rust/patches/patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs
index 194231d99b..48972dc634 100644
--- a/rust/patches/patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs
+++ b/rust/patches/patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs
@@ -20,7 +20,7 @@ Add aarch64_be NetBSD target.
 +        arch: "aarch64".to_string(),
 +        options: TargetOptions {
 +            mcount: "__mcount".to_string(),
-+	    endian: Endian::Big,
++            endian: Endian::Big,
 +            ..base
 +        },
 +    }


Home | Main Index | Thread Index | Old Index