On 08/23/2013 03:39 PM, Tobias Markus wrote: > Alternatively, for readability: > + cpu_fprintf(f, (sc->flags & DESC_B_MASK || env->hflags & > HF_LMA_MASK) > + ? "DS " : "DS16"); > The upper line would be 82 characters long. I'm not sure how strictly line > width is enforced. > (Other lines in that file (target-i386/helper.c) also exceed the width limit.)
This instance can get below 80 with one more line wrap: + cpu_fprintf(f, + (sc->flags & DESC_B_MASK || env->hflags & HF_LMA_MASK) + ? "DS " : "DS16"); -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature