diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-10-30 02:23:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 17:23:20 -0700 |
commit | 4472c56d54f447040f6e8610b261b7efa0d04eb6 (patch) | |
tree | fcc56104bc56529999bd18e90ecef1c80711ecf0 /src/nvim/os/fileio.h | |
parent | 16d06fa3eb74ed96b659736ea504c31ed81c325e (diff) | |
download | rneovim-4472c56d54f447040f6e8610b261b7efa0d04eb6.tar.gz rneovim-4472c56d54f447040f6e8610b261b7efa0d04eb6.tar.bz2 rneovim-4472c56d54f447040f6e8610b261b7efa0d04eb6.zip |
refactor: uncrustify #16090
Diffstat (limited to 'src/nvim/os/fileio.h')
-rw-r--r-- | src/nvim/os/fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/fileio.h b/src/nvim/os/fileio.h index 7c53cd4f07..426dc422c2 100644 --- a/src/nvim/os/fileio.h +++ b/src/nvim/os/fileio.h @@ -68,7 +68,7 @@ enum { /// Read or write buffer size /// /// Currently equal to (IOSIZE - 1), but they do not need to be connected. - kRWBufferSize = 1024 + kRWBufferSize = 1024, }; #ifdef INCLUDE_GENERATED_DECLARATIONS |