Use consistent newline style.

svn path=/trunk/; revision=43388
This commit is contained in:
Dmitry Gorbachev 2009-10-12 03:28:57 +00:00
parent e29cd23a7e
commit 854ec39df3
5 changed files with 33 additions and 33 deletions

View file

@ -1,8 +1,8 @@
Index: rpcss_main.c Index: rpcss_main.c
=================================================================== ===================================================================
--- rpcss_main.c (revision 37240) --- rpcss_main.c (revision 37240)
+++ rpcss_main.c (working copy) +++ rpcss_main.c (working copy)
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
//extern HANDLE __wine_make_process_system(void); //extern HANDLE __wine_make_process_system(void);
@ -11,7 +11,7 @@ Index: rpcss_main.c
{ {
static unsigned short irot_protseq[] = IROT_PROTSEQ; static unsigned short irot_protseq[] = IROT_PROTSEQ;
static unsigned short irot_endpoint[] = IROT_ENDPOINT; static unsigned short irot_endpoint[] = IROT_ENDPOINT;
@@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
/* returns false if we discover at the last moment that we /* returns false if we discover at the last moment that we
aren't ready to terminate */ aren't ready to terminate */
@ -20,7 +20,7 @@ Index: rpcss_main.c
{ {
RpcMgmtStopServerListening(NULL); RpcMgmtStopServerListening(NULL);
RpcServerUnregisterIf(epm_v3_0_s_ifspec, NULL, TRUE); RpcServerUnregisterIf(epm_v3_0_s_ifspec, NULL, TRUE);
@@ -127,6 +127,7 @@ @@ -127,6 +127,7 @@
return TRUE; return TRUE;
} }
@ -28,7 +28,7 @@ Index: rpcss_main.c
int main( int argc, char **argv ) int main( int argc, char **argv )
{ {
/* /*
@@ -142,3 +143,4 @@ @@ -142,3 +143,4 @@
return 0; return 0;
} }

View file

@ -1,8 +1,8 @@
Index: pstorec.c Index: pstorec.c
=================================================================== ===================================================================
--- pstorec.c (revision 36054) --- pstorec.c (revision 36054)
+++ pstorec.c (working copy) +++ pstorec.c (working copy)
@@ -43,8 +43,6 @@ @@ -43,8 +43,6 @@
switch (fdwReason) switch (fdwReason)
{ {

View file

@ -1,8 +1,8 @@
Index: wintrust_main.c Index: wintrust_main.c
=================================================================== ===================================================================
--- wintrust_main.c (revision 23867) --- wintrust_main.c (revision 23867)
+++ wintrust_main.c (working copy) +++ wintrust_main.c (working copy)
@@ -83,7 +83,26 @@ @@ -83,7 +83,26 @@
*/ */
LONG WINAPI WinVerifyTrust( HWND hwnd, GUID *ActionID, LPVOID ActionData ) LONG WINAPI WinVerifyTrust( HWND hwnd, GUID *ActionID, LPVOID ActionData )
{ {

View file

@ -1,10 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd"> <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group> <group>
<module name="debugsup_ntoskrnl" type="staticlibrary"> <module name="debugsup_ntoskrnl" type="staticlibrary">
<importlibrary definition="debugsup-ntos.spec" dllname="ntoskrnl.exe" /> <importlibrary definition="debugsup-ntos.spec" dllname="ntoskrnl.exe" />
</module> </module>
<module name="debugsup_ntdll" type="staticlibrary"> <module name="debugsup_ntdll" type="staticlibrary">
<importlibrary definition="debugsup-ntos.spec" dllname="ntdll.dll" /> <importlibrary definition="debugsup-ntos.spec" dllname="ntdll.dll" />
</module> </module>
</group> </group>

View file

@ -1,8 +1,8 @@
Index: preproc.c Index: preproc.c
=================================================================== ===================================================================
--- preproc.c (revision 28293) --- preproc.c (revision 28293)
+++ preproc.c (revision 28294) +++ preproc.c (revision 28294)
@@ -328,6 +328,15 @@ @@ -328,6 +328,15 @@
char *tok; char *tok;
char *cpy = pp_xstrdup(path); char *cpy = pp_xstrdup(path);