mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Convert two tabs to spaces
The rest of the file is also indented with spaces.
This commit is contained in:
parent
be05d9c3e9
commit
c7cb021e92
1 changed files with 2 additions and 2 deletions
|
|
@ -52,12 +52,12 @@ extern monotonic_t monotonic_(void);
|
|||
|
||||
static inline monotonic_t
|
||||
monotonic(void) {
|
||||
return monotonic_() - monotonic_start_time;
|
||||
return monotonic_() - monotonic_start_time;
|
||||
}
|
||||
|
||||
static inline void
|
||||
init_monotonic(void) {
|
||||
monotonic_start_time = monotonic_();
|
||||
monotonic_start_time = monotonic_();
|
||||
}
|
||||
|
||||
#ifdef MONOTONIC_IMPLEMENTATION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue