]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
security: nop: Avoid very long lines
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jun 2014 14:41:31 +0000 (16:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 26 Jun 2014 08:18:47 +0000 (10:18 +0200)
commit7dbfd124265feefefcac72b2202c7495d283ed3e
treeffd327785cf70ddbf6e03f41b05497d8f9a0e524
parent9e1b2cff8e0ffd0c079f5a1d1cd94b51cf5f00ee
security: nop: Avoid very long lines

The function headers contain type on the same line as the name. When
combined with usage of ATTRIBUTE_UNUSED, the function headers were very
long. Shorten them by breaking the line after the type.
src/security/security_nop.c