
16 Oct
2013
16 Oct
'13
3:51 a.m.
On 10/15/13 15:33, Daniel P. Berrange wrote:
On Tue, Oct 15, 2013 at 02:30:44PM +0200, Peter Krempa wrote:
Reword the error message and change formating to avoid exceeding 80 columns of text. --- src/qemu/qemu_process.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
...
To be honest I'm not really a fan of making these kind of changes.
IMHO 80 column limit is something that shouldn't be strictly enforced when it causes splitting of messages which are only marginally over.
I definitely agree. Splitting lines just due to this historic limitation seemed strange to me especially when it hinders code readability (especially in condition statements). Dropping this patch. Peter