diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-07-21 20:00:19 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-07-23 10:15:42 +0100 |
commit | 1702df5d8f46a2a743a3267dbf6555fd9f47cff5 (patch) | |
tree | a78603ed27a68ac046476900914871c90c57616b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cb1d17535061ca295903f97f5cb0af9db719c02c (diff) |
iio: core: Get rid of redundant 'else'
In the snippets like the following
if (...)
return / goto / break / continue ...;
else
...
the 'else' is redundant. Get rid of it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20230721170022.3461-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions