(I'm the upstream gcc author of -Wmisleading-indentation)
Code in question:
https://sources.debian.net/src/grail/3.1.0-2/tools/grail-test-atomic.c/#L148
Quoting it here:
if (status != UFStatusSuccess)
fprintf(stderr, "Error: failed to get device from event\n");
else
(I'm the upstream gcc author of -Wmisleading-indentation)
This issue has been fixed upstream in:
http://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=99ae6777893d0b149cbefac3f290c63c47e29f42
The code in question is here:
https://sources.debian.net/src/modemmanager/1.4.12-1/libqcdm/tes
(I'm the upstream gcc author of -Wmisleading-indentation)
The code in question seems to be:
http://sources.debian.net/src/ion/3.2.1%2Bdfsg-1/contrib/dtnperf/dtnperf/src/dtnperf_modes/dtnperf_client.c/#L670
and:
http://sources.debian.net/src/ion/3.2.1%2Bdfsg-1/contrib/dtnperf/dtnperf/src/dtnp
(I'm the upstream gcc author of -Wmisleading-indentation)
The code in question seems to be here:
https://hg.mozilla.org/projects/nss/file/tip/lib/dbm/src/h_page.c#l117
and contains mixed spaces and tabs. Detabifying at 8-spaces per tab
(though am not sure if this is what upstream nss use), I ge
(I'm the upstream gcc author of -Wmisleading-indentation)
Looking at,
https://github.com/troglobit/libite/blob/master/lite.h#L134
the code in question seems to be:
static inline int fisslashdir(char *dir)
{
if (!dir) return 0;
if (strlen (dir) > 0) return dir[strlen (dir) - 1]
5 matches
Mail list logo