aboutsummaryrefslogtreecommitdiff
path: root/src/os/time.h
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-03-27 13:04:26 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-27 19:57:55 -0300
commit4e29a820b60148f2371cf0aba219712faba56a1f (patch)
treea8dd17cc6af8b578d98e5b9b11a97a7fd21e6e47 /src/os/time.h
parent5762c4e528cbd6629319bf3958d1f6554b399b20 (diff)
downloadrneovim-4e29a820b60148f2371cf0aba219712faba56a1f.tar.gz
rneovim-4e29a820b60148f2371cf0aba219712faba56a1f.tar.bz2
rneovim-4e29a820b60148f2371cf0aba219712faba56a1f.zip
Address clint warnings and other style issues.
* Add const. * Fix conditions (move && from end to start of line). * Use int32_t instead of long. * Use //-style comments.
Diffstat (limited to 'src/os/time.h')
-rw-r--r--src/os/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/os/time.h b/src/os/time.h
index 1511977a3e..3d35e422e3 100644
--- a/src/os/time.h
+++ b/src/os/time.h
@@ -7,5 +7,4 @@
void time_init(void);
void os_delay(uint64_t ms, bool ignoreinput);
-#endif
-
+#endif // NEOVIM_OS_TIME_H