Whitespace and style cleanup only.

This commit is contained in:
Michael Lotz 2015-04-12 18:27:27 +02:00
parent d66114bece
commit 9bf9ee3806
5 changed files with 5 additions and 6 deletions

View File

@ -15,7 +15,7 @@
#define RTF_REJECT 0x00000008
#define RTF_DYNAMIC 0x00000010
#define RTF_MODIFIED 0x00000020
#define RTF_DEFAULT 0x00000080
#define RTF_DEFAULT 0x00000080
#define RTF_STATIC 0x00000800
#define RTF_BLACKHOLE 0x00001000
#define RTF_LOCAL 0x00200000

View File

@ -25,8 +25,8 @@ for architectureObject in [ MultiArchSubDirSetup ] {
Includes [ FGristFiles $(sslSources) SecureSocket.cpp
HttpAuthentication.cpp Certificate.cpp ]
: [ BuildFeatureAttribute openssl : headers ] ;
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.
# Dependency needed to trigger downloading/unzipping the package
# before compiling the files.
SetupFeatureObjectsDir ssl ;
} else {
# As we don't have md5 from ssl, use our own

View File

@ -3,7 +3,6 @@
* Distributed under the terms of the MIT License.
*/
#include <NetworkInterface.h>
#include <errno.h>

View File

@ -238,7 +238,7 @@ _ReadGradientStyle(LittleEndianBuffer& buffer)
if (!buffer.Read(stopOffset))
return NULL;
if (alpha) {
if (gray) {
if (!buffer.Read(color.red)

View File

@ -1152,7 +1152,7 @@ arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount,
if (onKernelStack && is_iframe(thread, bp)) {
iframe* frame = (iframe*)bp;
ip = frame->ip;
nextBp = frame->bp;
nextBp = frame->bp;
if (skipIframes > 0) {
if (--skipIframes == 0)