From issues-return-102793-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Mon Sep 7 08:36:43 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 93273180181 for ; Mon, 7 Sep 2020 10:36:43 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id D29EB4251D for ; Mon, 7 Sep 2020 08:36:42 +0000 (UTC) Received: (qmail 4758 invoked by uid 500); 7 Sep 2020 08:36:42 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 4748 invoked by uid 99); 7 Sep 2020 08:36:42 -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; Mon, 07 Sep 2020 08:36:42 +0000 From: =?utf-8?q?GitBox?= To: issues@nifi.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bnifi-minifi-cpp=5D_hunyadi-dev_commented_on_a_chan?= =?utf-8?q?ge_in_pull_request_=23884=3A_MINIFICPP-1203_-_Correct_linter_repo?= =?utf-8?q?rted_missing_spaces_around_comments?= Message-ID: <159946780241.32230.12509396079079438387.asfpy@gitbox.apache.org> Date: Mon, 07 Sep 2020 08:36:42 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: hunyadi-dev commented on a change in pull request #884: URL: https://github.com/apache/nifi-minifi-cpp/pull/884#discussion_r484278690 ########## File path: nanofi/src/sitetosite/CRawSocketProtocol.c ########## @@ -153,7 +153,7 @@ int handShake(struct CRawSiteToSiteClient * client) { if (client->_currentVersion >= 3) { - //ret = client->_peer->writeUTF(client->_peer->getURL()); + // ret = client->_peer->writeUTF(client->_peer->getURL()); Review comment: Deleted. ---------------------------------------------------------------- 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