All: Cleanup all files
Add newline to end of files and remove whitespace from end of lines
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Kernel
|
||||
return BAN::Error::from_errno(EINVAL);
|
||||
|
||||
uint64_t ticks_per_ms = FS_PER_MS / m_counter_tick_period_fs;
|
||||
|
||||
|
||||
{
|
||||
const char* units[] = { "fs", "ps", "ns" };
|
||||
int index = 0;
|
||||
@@ -174,4 +174,4 @@ namespace Kernel
|
||||
return MMIO::read64(m_mmio_base + reg);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace Kernel
|
||||
last_time = time;
|
||||
get_time(time);
|
||||
}
|
||||
|
||||
|
||||
uint8_t regB = read_register8(0x0B);
|
||||
|
||||
// Convert BCD to binary values if necessary
|
||||
@@ -87,4 +87,4 @@ namespace Kernel
|
||||
return time;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,4 +86,4 @@ namespace Kernel
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user