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 2022/08/17 03:41:21 UTC

[incubator-nuttx-apps] 02/04: fix warning

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-apps.git

commit 2af0fb38157fe82725efb2cbdf62475b60e6986c
Author: pengyiqiang <pe...@xiaomi.com>
AuthorDate: Tue Aug 16 01:08:46 2022 +0800

    fix warning
---
 testing/monkey/monkey_recorder.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/monkey/monkey_recorder.h b/testing/monkey/monkey_recorder.h
index ec40d9cab..075882084 100644
--- a/testing/monkey/monkey_recorder.h
+++ b/testing/monkey/monkey_recorder.h
@@ -83,8 +83,8 @@ void monkey_recorder_delete(FAR struct monkey_recorder_s *recorder);
  ****************************************************************************/
 
 enum monkey_recorder_res_e monkey_recorder_write(
-                                  FAR struct monkey_recorder_s *recorder,
-                                  FAR const struct monkey_dev_state_s *state);
+                                FAR struct monkey_recorder_s *recorder,
+                                FAR const struct monkey_dev_state_s *state);
 
 /****************************************************************************
  * Name: monkey_recorder_read