OSDN Git Service

x86: cpu: whitespace (mostly) cosmetics
authorMans Rullgard <mans@mansr.com>
Mon, 25 Jun 2012 12:43:32 +0000 (13:43 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 25 Jun 2012 15:24:31 +0000 (16:24 +0100)
commit963cdf39b4406ddc7ea124d71b8638b00da6c6a3
treec2b706c4a4333c2b47992b86cd92a7521b6fbcca
parent8725da49a2090de05b4b2d05e33727f45cb9d970
x86: cpu: whitespace (mostly) cosmetics

This adds whitespace around operators, aligns line continuation
backslashes, and breaks long lines.  Also fixes an ifdef halfway
through a statement.  The one line of duplication this saved is
not worth the ugliness.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/x86/cpu.c