From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1756454427; bh=/TcATgRTy5f4TGWbOC9e3xgpEeyq1RlQze+UC+u81pc=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=L5be769jh4lZHilZvXwnjM/646zr1355y6N1J8g5EXcLqJc7OnvvqvWB7QVnj8rtp 5AiijcjlXNQfVOv7MXI3oed+nOAprge5407qQcIn1D8kkCkPPNdCny/ex/8X3RGkOX uWODY65MneTFKeBRojOFliAZrmDoqU+9mt9ub2HfzXo9bfTguOLsrHsO2bzDiC3l1A Qg9ui/MTy+gkwiFH2DPdJyhbdPB5AvHAkz+/8Hd7z9zMXyTw1dZWcC6FEN/L00xqO9 WKiirD3WYYZcFj2G6tb4/4b7b2nWbQqu7JWk713tdx03yFWbrD9a8qsHrWGtdjxvpo HoqhgMLz+HL0w== Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id C57CD3127F9E for ; Fri, 29 Aug 2025 08:00:27 +0000 (UTC) Received: by mail-qt1-f170.google.com with SMTP id d75a77b69052e-4b310f0449bso1667191cf.2 for ; Fri, 29 Aug 2025 01:00:27 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVVWLevSotrQXE45udAUXVE+jVKnVi4EGA3j07HOvj+nNjWm/c3tqPHxdEHOM7WyIw2A9b8@vger.gnuweeb.org X-Gm-Message-State: AOJu0YxqZcm+mT1uu2E3QNVjC3K3+tdo/kT3wgMsPeip4EI3bdA9dF0f afMSnt4GQ65Hpxq7F1hVx1NxSKFSwUm9Q1AVWr3drm2RkCVFRw5NMwY4hRtHvw33gaEgSbboYkT sjUOnGH2uB4O2W7LI8uNmIEn9frUdqGw= X-Google-Smtp-Source: AGHT+IGdJOTNspOpE1LDbBPIK/kUE8KOF/Vvsbunb2OqwCDpVp2b+bRntpsZEjk/iR6YINHgP//4TVO3wKWrxW54a9k= X-Received: by 2002:a05:622a:548e:b0:4b3:a73:2d5b with SMTP id d75a77b69052e-4b30a7332a3mr33593051cf.11.1756454426547; Fri, 29 Aug 2025 01:00:26 -0700 (PDT) MIME-Version: 1.0 References: <20250829033628.573589-1-reyuki@gnuweeb.org> <20250829043632.GA652664-ammarfaizi2@gnuweeb.org> In-Reply-To: From: Ammar Faizi Date: Fri, 29 Aug 2025 15:00:10 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXyg9rxn2VtKRaUqaNTIM5UZVl9x-VRXfbEdBziyYVtMmsMOESJO9D-BrVc Message-ID: Subject: Re: [PATCH gwproxy v7 0/2] Initial work on integration of DNS parser lib in gwproxy To: Ahmad Gani Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Fri, Aug 29, 2025 at 2:52=E2=80=AFPM Ahmad Gani wrote: > It detects trailing space from other files too, but I guess it's fine as > it's not part of the patchset. It would be great if you could send one patch to clean all trailing whitespaces for all files in src/gwproxy/. Commits introducing those trailing whitespaces did not go via git-format-patch and git-am, so they were not caught and did not cause errors --=20 Ammar Faizi