From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id 8CE743858D3C for ; Mon, 11 Sep 2023 13:31:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8CE743858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-x436.google.com with SMTP id ffacd0b85a97d-31c5cac3ae2so4086121f8f.3 for ; Mon, 11 Sep 2023 06:31:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694439072; x=1695043872; darn=gcc.gnu.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=5E1UN/2aWYPrBxTWpHtMMKIJ8CCzXROdFEB0Lan+/6I=; b=PQjr3SWQpK6kGs4Tdt3IkEqb1BDXtRAp6Q8IMKsO0q/ZCVvbKU1+mmDV3u/2KgJgDa sugTbFXgB3/3CFHwy8fLum3nz6zIp/aYA+3SYlBDs3cITQV7l4ySc7izV8yb1gimghlZ 2gX3cEVBB6lwj3cjBH+KQ7UHzJILkJGniWYMEDZT6go/ImgY+1BzOjznbXiQjd8BLbds ntwL8mdDYIqEELpLuUHa3DMbRNr0hAYg1kupYNu7lww7JWEH0HfFq2lG6lb/2xFxXdbA 8Qjeq/yVkz7DealLAZe/8n0nYzUwQEwgdR5FQ1Kozg9jHroqDDaPc1QTtfxns5dzGYc5 YPNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694439072; x=1695043872; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=5E1UN/2aWYPrBxTWpHtMMKIJ8CCzXROdFEB0Lan+/6I=; b=Bt1oSCWre18Hq70vFYp62bgqBRGXWUEq5ij7FGAIhDuohi/wLkQcGgAEUUDK/nHyiL 6XqnIH8BDWHstW8MjBKrVf1uEZHqfRyKrd6pyJZxqr1I5mHeIJGjrKdXe8uc6MtVeggd 3V55YmlbNIymWaorqXbJbwA9KxyasAdjoitfrpIZn5R9/FJvlg9a3FT3pp5YOvWQRhGJ ADnp99aYTbvvKpxFuLDJqIPaHIqPd/0dcZwY7KeI6H/LNiAsxDFx0CIGUS63BHQi9t8e SyJw7vgW9bhT1AoADVIIFG0TM/aAkVd7Sz0+RTkXjg58zyuk256v3dkdePAAYdzqhubm 7UVg== X-Gm-Message-State: AOJu0Yw9Q++0s8GIfbwWSHoEMPgGlXNvoPJVeYhy+qS4AfbR8+ORUXJ6 5WkpMf+jq8Az+gPOBfaSgwP4wCFx/fjfTg02iG4= X-Google-Smtp-Source: AGHT+IFCGL5CtlIcS2IqRVgI+NTsbTSapEkZ4XjOGs8UgK4ur4Qa/CtQ4jh6ShStkWMgjZWAX8msj3GG5pCo0tUmQI0= X-Received: by 2002:a5d:448a:0:b0:314:2fdd:28ef with SMTP id j10-20020a5d448a000000b003142fdd28efmr7340858wrq.18.1694439072016; Mon, 11 Sep 2023 06:31:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Guillaume Gomez Date: Mon, 11 Sep 2023 15:30:59 +0200 Message-ID: Subject: Re: [PATH] [CLEANUP] Remove trailing whitespace characters To: David Malcolm Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi David. Thanks for the feedback! Well, I think at this point, better to get "global approval" on the idea and on what you suggested (which I agree with) before I make any additional changes considering how big the patch is. Let's wait for others to also express their opinion here.