Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Convert identation from tabs to spaces. [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jul 27, 2018
1 parent ebba1bb commit bffafad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/runtime-io/without_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn panic(info: &::core::panic::PanicInfo) -> ! {

#[alloc_error_handler]
pub extern fn oom(_: ::core::alloc::Layout) -> ! {
static OOM_MSG: &str = "Runtime memory exhausted. Aborting";
static OOM_MSG: &str = "Runtime memory exhausted. Aborting";

unsafe {
ext_print_utf8(OOM_MSG.as_ptr(), OOM_MSG.len() as u32);
Expand Down

0 comments on commit bffafad

Please sign in to comment.