aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/wstream.c
diff options
context:
space:
mode:
authorZyX <kp-pav@ya.ru>2014-06-01 02:11:35 +0400
committerThiago de Arruda <tpadilha84@gmail.com>2014-06-02 11:04:18 -0300
commitdca28e55c7f798238e693d6db56da201c8d6dc29 (patch)
tree6a00f851323018bba292bc28d8a5683165671952 /src/nvim/os/wstream.c
parentbf4fb301216f18ed9126a08a57c27453b51c044e (diff)
downloadrneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.tar.gz
rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.tar.bz2
rneovim-dca28e55c7f798238e693d6db56da201c8d6dc29.zip
Fix some styles
Diffstat (limited to 'src/nvim/os/wstream.c')
-rw-r--r--src/nvim/os/wstream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/os/wstream.c b/src/nvim/os/wstream.c
index 899b97da7e..c2ed05b78f 100644
--- a/src/nvim/os/wstream.c
+++ b/src/nvim/os/wstream.c
@@ -34,6 +34,7 @@ typedef struct {
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/wstream.c.generated.h"
#endif
+
/// Creates a new WStream instance. A WStream encapsulates all the boilerplate
/// necessary for writing to a libuv stream.
///