mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -15,7 +15,7 @@ namespace std
|
|||
round_toward_infinity = 2,
|
||||
round_toward_neg_infinity = 3
|
||||
};
|
||||
|
||||
|
||||
// How to represent denormalized values
|
||||
enum float_denorm_style {
|
||||
denorm_indeterminate = -1,
|
||||
|
@ -78,7 +78,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<wchar_t>
|
||||
{
|
||||
static const bool is_specialized = true;
|
||||
|
@ -114,7 +114,7 @@ namespace std
|
|||
{return 0;}
|
||||
static wchar_t signaling_NaN( ) throw()
|
||||
{return 0;}
|
||||
|
||||
|
||||
|
||||
// Information
|
||||
static const bool is_exact = true;
|
||||
|
@ -141,7 +141,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<bool>
|
||||
{
|
||||
public:
|
||||
|
@ -205,7 +205,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<char>
|
||||
{
|
||||
public:
|
||||
|
@ -270,7 +270,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<signed char>
|
||||
{
|
||||
public:
|
||||
|
@ -335,7 +335,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<unsigned char>
|
||||
{
|
||||
public:
|
||||
|
@ -400,7 +400,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<short>
|
||||
{
|
||||
public:
|
||||
|
@ -465,7 +465,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<unsigned short>
|
||||
{
|
||||
public:
|
||||
|
@ -530,7 +530,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<int>
|
||||
{
|
||||
public:
|
||||
|
@ -595,7 +595,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<unsigned int>
|
||||
{
|
||||
public:
|
||||
|
@ -660,7 +660,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<long>
|
||||
{
|
||||
public:
|
||||
|
@ -725,7 +725,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<unsigned long>
|
||||
{
|
||||
public:
|
||||
|
@ -790,7 +790,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<long long>
|
||||
{
|
||||
public:
|
||||
|
@ -855,7 +855,7 @@ namespace std
|
|||
static const float_round_style round_style = round_toward_zero;
|
||||
static const bool tinyness_before = false;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<unsigned long long>
|
||||
{
|
||||
public:
|
||||
|
@ -989,7 +989,7 @@ namespace std
|
|||
static const float_round_style round_style = round_to_nearest;
|
||||
static const bool tinyness_before = true;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<double>
|
||||
{
|
||||
public:
|
||||
|
@ -1054,7 +1054,7 @@ namespace std
|
|||
static const float_round_style round_style = round_to_nearest;
|
||||
static const bool tinyness_before = true;
|
||||
};
|
||||
|
||||
|
||||
template<> class numeric_limits<long double>
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -86,35 +86,35 @@
|
|||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 16
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 15
|
||||
#elif __BUILDMACHINE_LEN__ == 15
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 14
|
||||
#elif __BUILDMACHINE_LEN__ == 14
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 13
|
||||
#elif __BUILDMACHINE_LEN__ == 13
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 12
|
||||
#elif __BUILDMACHINE_LEN__ == 12
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 11
|
||||
#elif __BUILDMACHINE_LEN__ == 11
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 10
|
||||
#elif __BUILDMACHINE_LEN__ == 10
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 9
|
||||
#elif __BUILDMACHINE_LEN__ == 9
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 8
|
||||
#elif __BUILDMACHINE_LEN__ == 8
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 7
|
||||
#elif __BUILDMACHINE_LEN__ == 7
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 6
|
||||
#elif __BUILDMACHINE_LEN__ == 6
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 5
|
||||
#elif __BUILDMACHINE_LEN__ == 5
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 4
|
||||
#elif __BUILDMACHINE_LEN__ == 4
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 3
|
||||
#elif __BUILDMACHINE_LEN__ == 3
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 2
|
||||
#elif __BUILDMACHINE_LEN__ == 2
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#elif __BUILDMACHINE_LEN__ == 1
|
||||
#elif __BUILDMACHINE_LEN__ == 1
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG " "
|
||||
#else
|
||||
#define BUILD_MACHINE_TAG_PADDED BUILD_MACHINE_TAG
|
||||
|
|
|
@ -23,7 +23,7 @@ typedef [handle, string] LPWSTR DNSRSLVR_HANDLE;
|
|||
#ifndef __midl
|
||||
,explicit_handle
|
||||
#endif
|
||||
]
|
||||
]
|
||||
|
||||
interface DnsResolver
|
||||
{
|
||||
|
|
|
@ -366,7 +366,7 @@ typedef struct _SERVER_INFO_102
|
|||
} SERVER_INFO_102, *PSERVER_INFO_102, *LPSERVER_INFO_102;
|
||||
cpp_quote("#endif")
|
||||
|
||||
typedef struct _SERVER_INFO_103
|
||||
typedef struct _SERVER_INFO_103
|
||||
{
|
||||
DWORD sv103_platform_id;
|
||||
[string] wchar_t *sv103_name;
|
||||
|
|
|
@ -885,7 +885,7 @@ interface winspool {
|
|||
[in] WINSPOOL_DEVMODE_CONTAINER* pDevModeContainer,
|
||||
[in] DWORD AccessRequired
|
||||
);
|
||||
|
||||
|
||||
/* Function 0x02 */
|
||||
DWORD _RpcSetJob(
|
||||
[in] WINSPOOL_PRINTER_HANDLE hPrinter,
|
||||
|
|
|
@ -44,9 +44,9 @@ typedef struct struct_E {
|
|||
pointer_default(unique)
|
||||
#ifndef __midl
|
||||
,explicit_handle
|
||||
#endif
|
||||
#endif
|
||||
]
|
||||
|
||||
|
||||
interface wlansvc_interface
|
||||
{
|
||||
/* Function: 0x00 */
|
||||
|
@ -65,7 +65,7 @@ interface wlansvc_interface
|
|||
[in] WLANSVC_RPC_HANDLE hClientHandle,
|
||||
[out, ref] PWLAN_INTERFACE_INFO_LIST *ppInterfaceList);
|
||||
|
||||
/* Function: 0x03 */
|
||||
/* Function: 0x03 */
|
||||
DWORD _RpcSetAutoConfigParameter(
|
||||
[in] WLANSVC_RPC_HANDLE hClientHandle,
|
||||
[in] /* enum32 */ long OpCode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue