diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-08-27 18:41:10 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-08-27 19:26:03 +0300 |
commit | 605b58efb12358ee94f56009960ef75c26f4b94d (patch) | |
tree | 25772b771310bcfbed02ebe82da955e6642a14e1 /src/v4l2 | |
parent | d1cdaeb6f078677d5bf46cb596102bfe8da070b9 (diff) |
utils: checkstyle.py: Use single-quoted strings when possible
checkstyle.py uses single-quoted strings in most locations already.
There are a few locations where this wouldn't be convenient (when the
string itself contains a single quote, which would then require
escaping), but there are also a few other locations where double quotes
are used when single quotes would work fine. Change those to standardize
on single-quoted strings.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/v4l2')
0 files changed, 0 insertions, 0 deletions