RE: [PATCH] analyzer: fix coding style in sm-fd.cc

2022-07-25 Thread Immad Mir via Gcc-patches
.org> Cc: mirim...@outlook.com<mailto:mirim...@outlook.com>; David Malcolm<mailto:dmalc...@redhat.com> Subject: [PATCH] analyzer: fix coding style in sm-fd.cc Hi. First, thanks Mir for your contribution. The following patch addresses coding style issues I let you know in: https://gcc.gn

Re: [PATCH] analyzer: fix coding style in sm-fd.cc

2022-07-25 Thread David Malcolm via Gcc-patches
On Mon, 2022-07-25 at 08:44 +0200, Martin Liška wrote: > Hi. > > First, thanks Mir for your contribution. The following patch > addresses > coding style issues I let you know in: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106003#c3 > > Most notably, I converted Windows endlines to Unix

[PATCH] analyzer: fix coding style in sm-fd.cc

2022-07-25 Thread Martin Liška
Hi. First, thanks Mir for your contribution. The following patch addresses coding style issues I let you know in: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106003#c3 Most notably, I converted Windows endlines to Unix style, replace 8 spaces with tabs and removed trailing whitespaces. Please