Whitespace and style cleanup only.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
#define RTF_REJECT 0x00000008
|
#define RTF_REJECT 0x00000008
|
||||||
#define RTF_DYNAMIC 0x00000010
|
#define RTF_DYNAMIC 0x00000010
|
||||||
#define RTF_MODIFIED 0x00000020
|
#define RTF_MODIFIED 0x00000020
|
||||||
#define RTF_DEFAULT 0x00000080
|
#define RTF_DEFAULT 0x00000080
|
||||||
#define RTF_STATIC 0x00000800
|
#define RTF_STATIC 0x00000800
|
||||||
#define RTF_BLACKHOLE 0x00001000
|
#define RTF_BLACKHOLE 0x00001000
|
||||||
#define RTF_LOCAL 0x00200000
|
#define RTF_LOCAL 0x00200000
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
|||||||
Includes [ FGristFiles $(sslSources) SecureSocket.cpp
|
Includes [ FGristFiles $(sslSources) SecureSocket.cpp
|
||||||
HttpAuthentication.cpp Certificate.cpp ]
|
HttpAuthentication.cpp Certificate.cpp ]
|
||||||
: [ BuildFeatureAttribute openssl : headers ] ;
|
: [ BuildFeatureAttribute openssl : headers ] ;
|
||||||
# Dependency needed to trigger downloading/unzipping the package before
|
# Dependency needed to trigger downloading/unzipping the package
|
||||||
# compiling the files.
|
# before compiling the files.
|
||||||
SetupFeatureObjectsDir ssl ;
|
SetupFeatureObjectsDir ssl ;
|
||||||
} else {
|
} else {
|
||||||
# As we don't have md5 from ssl, use our own
|
# As we don't have md5 from ssl, use our own
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <NetworkInterface.h>
|
#include <NetworkInterface.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ _ReadGradientStyle(LittleEndianBuffer& buffer)
|
|||||||
|
|
||||||
if (!buffer.Read(stopOffset))
|
if (!buffer.Read(stopOffset))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (alpha) {
|
if (alpha) {
|
||||||
if (gray) {
|
if (gray) {
|
||||||
if (!buffer.Read(color.red)
|
if (!buffer.Read(color.red)
|
||||||
|
|||||||
@@ -1152,7 +1152,7 @@ arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount,
|
|||||||
if (onKernelStack && is_iframe(thread, bp)) {
|
if (onKernelStack && is_iframe(thread, bp)) {
|
||||||
iframe* frame = (iframe*)bp;
|
iframe* frame = (iframe*)bp;
|
||||||
ip = frame->ip;
|
ip = frame->ip;
|
||||||
nextBp = frame->bp;
|
nextBp = frame->bp;
|
||||||
|
|
||||||
if (skipIframes > 0) {
|
if (skipIframes > 0) {
|
||||||
if (--skipIframes == 0)
|
if (--skipIframes == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user