mirror of
https://github.com/cc65/cc65.git
synced 2026-04-23 23:17:45 +00:00
remove dangling spaces
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ int main (void) {
|
||||
x = 1234;
|
||||
n = f1 (x);
|
||||
sprintf (str2, "%p\n", &x);
|
||||
|
||||
|
||||
if (strcmp(str1, str2)) {
|
||||
puts("not equal");
|
||||
failures++;
|
||||
@@ -31,7 +31,7 @@ int main (void) {
|
||||
x = 2345;
|
||||
n = f2 (x);
|
||||
sprintf (str2, "%p\n", &x);
|
||||
|
||||
|
||||
if (strcmp(str1, str2)) {
|
||||
puts("not equal");
|
||||
failures++;
|
||||
|
||||
+5
-5
@@ -106,7 +106,7 @@ int
|
||||
main() {
|
||||
int status = 0; /* exit status to be returned */
|
||||
|
||||
|
||||
|
||||
/* <stdint.h> features: */
|
||||
|
||||
printf("CHAR_BIT=%u\n", (unsigned)CHAR_BIT );
|
||||
@@ -526,12 +526,12 @@ main() {
|
||||
else /* for trailing semicolon */
|
||||
|
||||
#else
|
||||
|
||||
|
||||
#define SCAN(buf,fs,var,exp)
|
||||
#define PRINT(fs,var,exp)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SCNo32
|
||||
|
||||
SCAN(in_dn, SCNo32, int32, 9);
|
||||
@@ -586,7 +586,7 @@ main() {
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
|
||||
|
||||
#ifdef INT16_MAX
|
||||
{ INT16_MAX, INT16_MAX, },
|
||||
{ -INT16_MAX, INT16_MAX, },
|
||||
@@ -830,7 +830,7 @@ main() {
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
char *endptr;
|
||||
wchar_t *wendptr;
|
||||
|
||||
Reference in New Issue
Block a user