Several minor style fixes.

This commit is contained in:
Sebastian Lackner
2014-11-06 03:08:11 +01:00
parent 6cc9038091
commit 677a246d22
4 changed files with 7 additions and 7 deletions

View File

@@ -568,7 +568,7 @@ kernel32-GetNumaProcessorNode.ok:
# Patchset kernel32-GetSystemTimes
# |
# | Included patches:
# | * Implement GetSystemTimes. [rev 2, by Louis Lenders / Erich E. Hoover]
# | * Implement GetSystemTimes. [rev 3, by Louis Lenders / Erich E. Hoover]
# |
# | This patchset fixes the following Wine bugs:
# | * [#19813] Support for GetSystemTimes
@@ -581,7 +581,7 @@ kernel32-GetSystemTimes.ok:
$(call APPLY_FILE,kernel32-GetSystemTimes/0001-kernel32-Add-tests-for-GetSystemTimes.patch)
$(call APPLY_FILE,kernel32-GetSystemTimes/0002-kernel32-Implement-GetSystemTimes.patch)
@( \
echo '+ { "kernel32-GetSystemTimes", "Louis Lenders / Erich E. Hoover", "Implement GetSystemTimes. [rev 2]" },'; \
echo '+ { "kernel32-GetSystemTimes", "Louis Lenders / Erich E. Hoover", "Implement GetSystemTimes. [rev 3]" },'; \
) > kernel32-GetSystemTimes.ok
# Patchset kernel32-GetVolumePathName
@@ -814,7 +814,7 @@ ntdll-FileDispositionInformation.ok:
# Patchset ntdll-Fix_Alignment
# |
# | Included patches:
# | * Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86. [by Michael Müller]
# | * Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86. [rev 2, by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#33162] Ensure NtProtectVirtualMemory and NtCreateSection are on separate pages
@@ -826,7 +826,7 @@ ntdll-FileDispositionInformation.ok:
ntdll-Fix_Alignment.ok:
$(call APPLY_FILE,ntdll-Fix_Alignment/0001-ntdll-Move-NtProtectVirtualMemory-and-NtCreateSectio.patch)
@( \
echo '+ { "ntdll-Fix_Alignment", "Michael Müller", "Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86." },'; \
echo '+ { "ntdll-Fix_Alignment", "Michael Müller", "Move NtProtectVirtualMemory and NtCreateSection to separate pages in ntdll on x86. [rev 2]" },'; \
) > ntdll-Fix_Alignment.ok
# Patchset ntdll-Fix_Free