mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Clean up decorations and whitespace around header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
2a6a4076e1
commit
175de52487
111 changed files with 140 additions and 126 deletions
|
@ -22,8 +22,9 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef BLOCKJOB_H
|
||||
#define BLOCKJOB_H 1
|
||||
#define BLOCKJOB_H
|
||||
|
||||
#include "block/block.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#ifndef QEMU_THREAD_POOL_H
|
||||
#define QEMU_THREAD_POOL_H 1
|
||||
#define QEMU_THREAD_POOL_H
|
||||
|
||||
#include "block/block.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue