Bug#811588:

2016-01-22 Thread David Malcolm
(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

Bug#811583:

2016-01-22 Thread David Malcolm
(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

Bug#811582:

2016-01-22 Thread David Malcolm
(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

Bug#811575:

2016-01-22 Thread David Malcolm
(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

Bug#811572:

2016-01-22 Thread David Malcolm
(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]