You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/16 13:47:16 UTC

[incubator-nuttx] 11/35: include/nuttx/streams.h: Appease nxstyle

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 18b3b3f5c1c48d75704826484938d1ba8c81a354
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Nov 5 17:13:40 2020 +0900

    include/nuttx/streams.h: Appease nxstyle
---
 include/nuttx/streams.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/nuttx/streams.h b/include/nuttx/streams.h
index 73714df..c8f825d 100644
--- a/include/nuttx/streams.h
+++ b/include/nuttx/streams.h
@@ -310,7 +310,8 @@ void lib_rawsostream(FAR struct lib_rawsostream_s *outstream, int fd);
  * Name: lib_lowoutstream
  *
  * Description:
- *   Initializes a stream for use with low-level, architecture-specific output.
+ *   Initializes a stream for use with low-level, architecture-specific
+ *   output.
  *   Defined in ib/stdio/lib_lowoutstream.c
  *
  * Input Parameters: