qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Qemu cleanup


From: Ben Taylor
Subject: [Qemu-devel] Qemu cleanup
Date: Fri, 28 Apr 2006 16:28:08 -0400

This is just a cosmetic patch to move declarations to the begining of 
functions, and change things like "int x=(rand(y)) to" 
 
int x; 
x=(rand(y)); 
 
As always, this is against the current CVS archive. 
 
Ben 

Attachment: qemu-cleanup.diff.htm
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]