changeset 379:7d9f526dc2ad

cosmetics
author Tassilo Philipp
date Mon, 28 Dec 2020 14:14:59 +0100
parents 4d6c594b15ab
children 76b75fd84c72
files portasm/portasm-arm64.S test/callf/main.c
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/portasm/portasm-arm64.S	Mon Dec 28 14:12:14 2020 +0100
+++ b/portasm/portasm-arm64.S	Mon Dec 28 14:14:59 2020 +0100
@@ -3,7 +3,7 @@
  Package: dyncall
  Library: portasm
  File: portasm/portasm-arm.S
- Description: 
+ Description:
  License:
 
    Copyright (c) 2020 Bernhard Urban-Forster <beurba@microsoft.com>
--- a/test/callf/main.c	Mon Dec 28 14:12:14 2020 +0100
+++ b/test/callf/main.c	Mon Dec 28 14:14:59 2020 +0100
@@ -3,10 +3,10 @@
  Package: dyncall
  Library: test
  File: test/callf/main.c
- Description: 
+ Description:
  License:
 
-   Copyright (c) 2007-2020 Daniel Adler <dadler@uni-goettingen.de>, 
+   Copyright (c) 2007-2020 Daniel Adler <dadler@uni-goettingen.de>,
                            Tassilo Philipp <tphilipp@potion-studios.com>
 
    Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
 
 #include <stdarg.h>
 #if defined(DC_UNIX)
-#include <sys/syscall.h> 
+#include <sys/syscall.h>
 #endif
 
 
@@ -149,7 +149,7 @@
   printf("\nresult: callf: %d\n", r);
 
   dcTest_deInitPlatform();
-  
+
   return 0;
 }