From commits-return-9286-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Fri May 8 18:08:59 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BF248180647 for ; Fri, 8 May 2020 20:08:58 +0200 (CEST) Received: (qmail 31619 invoked by uid 500); 8 May 2020 18:08:58 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 31610 invoked by uid 99); 8 May 2020 18:08:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2020 18:08:58 +0000 From: =?utf-8?q?GitBox?= To: commits@nuttx.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-nuttx=5D_patacongo_commented_on_pull_req?= =?utf-8?q?uest_=231008=3A_board_specific_code_moved_to_boards_folder_and_ip?= =?utf-8?q?v6_support_added_for_rx65n_?= Message-ID: <158896133819.4590.4687809710344099279.asfpy@gitbox.apache.org> Date: Fri, 08 May 2020 18:08:58 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: patacongo commented on pull request #1008: URL: https://github.com/apache/incubator-nuttx/pull/1008#issuecomment-625945314 There are several problems noted by the style checker. Most relate to dangling whitespace that the end of lines that must be removed. All use of TABs in .c and .h files is forbidden and must be replaced with spaces. There are probably other errors. Please get a clean style check by running all .c and .h files though tools/nxstyle and fix ALL of the complaints. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org