diff options
author | ths <ths> | 2007-09-16 21:07:47 +0000 |
---|---|---|
committer | ths <ths> | 2007-09-16 21:07:47 +0000 |
commit | 282a75080422f0eb7959b588009a22ef98b42046 (patch) | |
tree | 4047123b26791433a0959e3014fede048380b483 /qemu/hw/irq.c | |
parent | b9dce87b510c369d1df2412a28d2738002400503 (diff) |
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
Diffstat (limited to 'qemu/hw/irq.c')
-rw-r--r-- | qemu/hw/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu/hw/irq.c b/qemu/hw/irq.c index 4bc8d80d..e46ee603 100644 --- a/qemu/hw/irq.c +++ b/qemu/hw/irq.c @@ -1,8 +1,8 @@ /* * QEMU IRQ/GPIO common code. - * + * * Copyright (c) 2007 CodeSourcery. - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights |