mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-26 01:13:44 +00:00
renormalize line endings
This commit is contained in:
@@ -241,10 +241,10 @@ fs_properties_from_path(String8 path)
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Asynchronous Tick
|
||||
//~ rjf: Tick
|
||||
|
||||
internal void
|
||||
fs_async_tick(void)
|
||||
fs_tick(void)
|
||||
{
|
||||
Temp scratch = scratch_begin(0, 0);
|
||||
|
||||
|
||||
@@ -122,8 +122,8 @@ internal U128 fs_hash_from_path_range(String8 path, Rng1U64 range, U64 endt_us);
|
||||
internal FileProperties fs_properties_from_path(String8 path);
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Asynchronous Tick
|
||||
//~ rjf: Tick
|
||||
|
||||
internal void fs_async_tick(void);
|
||||
internal void fs_tick(void);
|
||||
|
||||
#endif // FILE_STREAM_H
|
||||
|
||||
Reference in New Issue
Block a user