From patchwork Fri Jun 5 08:26:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3931 Return-Path: Received: from mail-ed1-x543.google.com (mail-ed1-x543.google.com [IPv6:2a00:1450:4864:20::543]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A62D761368 for ; Fri, 5 Jun 2020 10:26:53 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="vOSc6NSR"; dkim-atps=neutral Received: by mail-ed1-x543.google.com with SMTP id m32so1594714ede.8 for ; Fri, 05 Jun 2020 01:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=JTuCF1bLR4W5B8kMxR7UnUvl2tyE8cU7wLBKa5dS+Sc=; b=vOSc6NSRVeb3jaWxaawIgtRGmMVH8XKGJ9Qin8rv0ZE70Smh8E58ykrHl9ixLRFqrg l7SxtDFa01E9vGGxTNy7FsUQwPWIftYZTmXbBM//l3pm8Ro4dOV6GjRxgZwTblOjswzI /5d++mTMXVC7Thf/srsTCPpYOJN6q91ihFZ5UpMihivgQ9U1irjllguOMqzU7BEnSRy2 H8Yml5h00T540gh1n6/USOYZx+VupMm94k1dTnJdV6LnSVdyvrQt+tLh+0TogS/bH1Pc eHJwxA+s5LyM++Ek6yqRe6jSrWBlNLteQfosa9cJ2YjZsSfHhGpQ8pj+BbXGzyUcKl8i Y2Dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JTuCF1bLR4W5B8kMxR7UnUvl2tyE8cU7wLBKa5dS+Sc=; b=gafuFM0mmubXlyRHHYCYjGWllQGIh+yODauW80NYrmyyruD4xRur1JqbBkD1Ty96uw basnSrc7jj3ZZGIvCJ3HXpGfOlUBpIGDxqQ7122Z1OfI8nUhhQWmzd7t5cy5y1W31wxU eUi25Q0jtL4rP7vEleK5QTB7xYdjZ5nHnQVRhmtFXf5Cl8QU6k2c9pS+MTwofBTH5H58 +CKj0Ys74HEgyWl4uERUIkgPjYhUx9Nq0zn7rJM98rms4z/TDf7WCakpMalMkZkjo6D3 3iYbYi2UYbdb0wcrJHMZqHooLmO/umdUeU8XSIbPmBSeeCA/G+j2zu5fbZvlTrAKpJf8 IPsg== X-Gm-Message-State: AOAM532B0hovLdYOj1eSzMeO4Q+dUPSQCNyy+xJ4TOHSph+aUSrmgKDm WklJA1ShdQVpw/03qsxLeqluSXh7i5Y= X-Google-Smtp-Source: ABdhPJz+Ian0dZd2XVFVYRjkwJsCrDOJTZHF/DqIEwgyRZ3lbJZ//n7urrPS2WMkz2LDq+AWed7uMg== X-Received: by 2002:aa7:cb53:: with SMTP id w19mr7829577edt.328.1591345613150; Fri, 05 Jun 2020 01:26:53 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:52 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:15 +0200 Message-Id: <20200605082618.3793785-4-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 3/6] docs: coding-style: Change full stop to colon X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:54 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/coding-style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index dfbbf28..7acba37 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -70,7 +70,7 @@ macro. For .cpp files, if the file implements an API declared in a header file, that header file shall be included first in order to ensure it is self-contained. -The headers shall be grouped and ordered as follows. +The headers shall be grouped and ordered as follows: 1. The header declaring the API being implemented (if any) 2. The C and C++ system and standard library headers