ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4189] Wireshark code indenting

Date: Mon, 2 Nov 2009 17:11:09 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4189





--- Comment #5 from Guy Harris <guy@xxxxxxxxxxxx>  2009-11-02 17:11:08 PDT ---
Gak, make that

If a convention such as

        if ((foo = bar(arg1, arg2, arg3,
                       arg4) != NULL)
                bletch(foo);

were used, that might work better - as long as the indentation of the
continuation line is done as the same number of tabs as the first line,
followed solely by spaces.  I'm not sure any convention can make it impossible
to have any tab setting make it harder to tell continuation lines from lines
indented one level more, however.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.