From patchwork Thu Jun 4 13:42:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3922 Return-Path: Received: from mail-ej1-x644.google.com (mail-ej1-x644.google.com [IPv6:2a00:1450:4864:20::644]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 233B1612EF for ; Thu, 4 Jun 2020 15:43:09 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="CPZsndi4"; dkim-atps=neutral Received: by mail-ej1-x644.google.com with SMTP id mb16so6164937ejb.4 for ; Thu, 04 Jun 2020 06:43:09 -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=JWuJXj+r8adNlR3ZNyShqtm0Zm6mmpkYjopFinCwScc=; b=CPZsndi4m+r6KZq5pOngFQuLDNwc5aHMyFV6A1Q/ajUIBTnnNC3ACBTADZq35CwB93 bfbYK6O30KTW6MNvORF940JGQJLtAe1iqFZwaUkki34O/npMIKazJD8OXQzxPRKf3iZS pPayr6ILiaORplNgVLiOTm/6xfgb6yMP4wlJNON0H1CvioTNjPAisKV1lIHbD2cfLhHl 8SVGOjHE2MMgzAJah8fX0OH7zAAKO0qF2HOzAWLTWSxWqrgD10fCa3a4k13/7xyCBbQA xFlQyQGvgDZeNjdtT9Jpk4aTV3lEa0GLGoKGEHraWBlSg0LxjSKBbqxErzFJxSsGLASp MRBw== 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=JWuJXj+r8adNlR3ZNyShqtm0Zm6mmpkYjopFinCwScc=; b=mAQ4TQ5mDbXp5aG+qM7SQ26bblhcT9aMhXSMMb4uVwAi3ENBmh0a+n29f10trXAPd6 LgSXtOqkQLOuq+/peBfx0vz/O+I2V6tWBwLax4KeO+qc+8U8GQFg0x9yoMUq3WWep34o 8yiRDRXsWsTkUaT9j/wZP0O1f0kBlE1LgnPOz7qdWNGF+jH3bzxFaIFGISI+LI3Kt6DH bvMSei++Wpw0jHV1L8Q+Bz0O0nlakhYGG3JI2CcCB7xkCfVeMPBenpATdOLXIxZ2VCtv MkB1xpmvunsBBVUPvMpoRs/zgWLJ7/Nude3uOJN2tv7muYUIjhwXIL3b0IIsB69Ry0Ai HE1g== X-Gm-Message-State: AOAM531m+F3iQM3uLYF69wo8GNuOmQe9QQtkjkaFjI+IQNL+kQjrlhuE RlnRIVjtPjzxcvBM/TKW/LbgrqaV X-Google-Smtp-Source: ABdhPJz3kdKJ3n7JI2j80Lm/ntWwpyagO6LczTZxVJRDZIY9BS6pb9EV8VAw+pHiG7m1i5nARLPp0A== X-Received: by 2002:a17:906:f46:: with SMTP id h6mr3868414ejj.144.1591278188646; Thu, 04 Jun 2020 06:43:08 -0700 (PDT) Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de. [77.10.158.209]) by smtp.gmail.com with ESMTPSA id v16sm2226675ejq.74.2020.06.04.06.43.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jun 2020 06:43:08 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Thu, 4 Jun 2020 15:42:57 +0200 Message-Id: <20200604134300.2986113-4-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com> References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 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: Thu, 04 Jun 2020 13:43:09 -0000 --- Documentation/coding-style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Kieran Bingham 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