Show a patch.

GET /api/patches/820/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 820,
    "url": "https://patchwork.libcamera.org/api/patches/820/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/820/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190329110452.16288-1-jacopo@jmondi.org>",
    "date": "2019-03-29T11:04:52",
    "name": "[libcamera-devel] libcamera: stream: Remove 2 empty lines",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "416098f590e1486c1649a6458d7f2ef0583401c9",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/820/mbox/",
    "series": [
        {
            "id": 222,
            "url": "https://patchwork.libcamera.org/api/series/222/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=222",
            "date": "2019-03-29T11:04:52",
            "name": "[libcamera-devel] libcamera: stream: Remove 2 empty lines",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/222/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/820/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/820/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net\n\t[217.70.183.200])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C9C8B600FB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 29 Mar 2019 12:04:16 +0100 (CET)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 4263A20025;\n\tFri, 29 Mar 2019 11:04:15 +0000 (UTC)"
        ],
        "X-Originating-IP": "2.224.242.101",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Fri, 29 Mar 2019 12:04:52 +0100",
        "Message-Id": "<20190329110452.16288-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH] libcamera: stream: Remove 2 empty lines",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Fri, 29 Mar 2019 11:04:17 -0000"
    },
    "content": "Remove two empty lines. Cosmetic change only.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n include/libcamera/stream.h | 2 --\n 1 file changed, 2 deletions(-)\n\n--\n2.21.0",
    "diff": "diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h\nindex 3e8e83a2ff24..24407cb65361 100644\n--- a/include/libcamera/stream.h\n+++ b/include/libcamera/stream.h\n@@ -35,8 +35,6 @@ private:\n \tStreamConfiguration configuration_;\n };\n\n-\n-\n } /* namespace libcamera */\n\n #endif /* __LIBCAMERA_STREAM_H__ */\n",
    "prefixes": [
        "libcamera-devel"
    ]
}