From: Hermès Bélusca-Maïto Date: Tue, 24 Dec 2013 15:50:31 +0000 (+0000) Subject: [DDK] - Code formatting only. X-Git-Tag: backups/0.3.17@66124~1365^2~152 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=91a882c03675c2a4cc6e321ad3c1508c4919858d [DDK] - Code formatting only. svn path=/branches/ntvdm/; revision=61373 --- diff --git a/include/ddk/vddsvc.h b/include/ddk/vddsvc.h index 8a77ae44f2f..eb808223141 100644 --- a/include/ddk/vddsvc.h +++ b/include/ddk/vddsvc.h @@ -34,9 +34,12 @@ VOID WINAPI -call_ica_hw_interrupt(INT ms, - BYTE line, - INT count); +call_ica_hw_interrupt +( + INT ms, + BYTE line, + INT count +); #define VDDSimulateInterrupt(ms, line, count) \ call_ica_hw_interrupt((ms), (line), (count)) // Windows specifies a count of 1 ...