From d3bf27180ef1d91b86b7b87a2378e559eaff5455 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 8 Aug 2024 17:02:47 +0300 Subject: libcamera: Drop remaining file names from header comment blocks Commit 829acb3ab0b1 ("libcamera: Drop file name from header comment blocks in templates") dropped file names from header comment blocks in templates, but forgot the control and property .cpp templates. Fix it. Fixes: 829acb3ab0b1 ("libcamera: Drop file name from header comment blocks in templates") Signed-off-by: Laurent Pinchart Reviewed-by: Daniel Scally Reviewed-by: Paul Elder --- src/libcamera/control_ids.cpp.in | 2 +- src/libcamera/property_ids.cpp.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcamera/control_ids.cpp.in b/src/libcamera/control_ids.cpp.in index d283c1c1..0b028c92 100644 --- a/src/libcamera/control_ids.cpp.in +++ b/src/libcamera/control_ids.cpp.in @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * control_ids.cpp : Control ID list + * Control ID list * * This file is auto-generated. Do not edit. */ diff --git a/src/libcamera/property_ids.cpp.in b/src/libcamera/property_ids.cpp.in index 8b274c38..2d3f192e 100644 --- a/src/libcamera/property_ids.cpp.in +++ b/src/libcamera/property_ids.cpp.in @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * property_ids.cpp : Property ID list + * Property ID list * * This file is auto-generated. Do not edit. */ -- cgit v1.2.1