summaryrefslogtreecommitdiff
path: root/src/android/camera_stream.cpp
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2024-04-17 10:51:12 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-04-17 17:11:54 +0100
commitdbd13a6f77553499607f02aabc18a7d2d3a35651 (patch)
tree21a5b1b72070fe28d85ae8b453f10a19a88f3dde /src/android/camera_stream.cpp
parentf4d416db9141e7a7802aac00a87500a524c11e37 (diff)
Documentation: coding-style: Clean up header guard style
Header guards were replaced by pragma once calls with commits 0a64cf8b7645 ("libcamera: Convert to pragma once") through to 796210ecea82 ("v4l2: Convert to pragma once") Update the coding style to reflect the updated header guard style. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/android/camera_stream.cpp')
0 files changed, 0 insertions, 0 deletions
f='#n91'>91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159