On Tue, Jun 26, 2001 at 12:41:49AM +0200, Andreas Bombe wrote:
>
> But the first example contains three newlines, the second just one. A
> thing to keep in mind when going around fixing these multi line strings,
> explicit newlines have to be added.
Some code contains very long lines (around 150 characters per line) and others
tend to limit lines to 72-80 lines.
And strings have been broken in the middle _just_ to keep the lines short, and
sometimes without caring about the additional newline. In such cases, either,
the lines should be merged or a backslash should be added to the end(s) of the
line(s).
Please refer to my patch (GCC v3 warning fixes #1) for examples.
Anuradha
--
Debian GNU/Linux (kernel 2.4.6-pre5)
Journalism is literature in a hurry.
-- Matthew Arnold
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/