1
0
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:
mrdudz
2022-04-17 16:07:52 +02:00
parent b54fb2dfd1
commit 9d3cdc5a10
89 changed files with 459 additions and 459 deletions
+2 -2
View File
@@ -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
View File
@@ -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;