Remove trailing whitespace

Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
AntonioND
2017-04-02 17:46:07 +01:00
parent f63339472e
commit e50e3e5a23
17 changed files with 219 additions and 220 deletions

View File

@@ -7,7 +7,7 @@
#include "link/mylink.h"
#include "link/main.h"
static BBOOL
static BBOOL
symboldefined(char *name)
{
struct sSection *pSect;
@@ -31,7 +31,7 @@ symboldefined(char *name)
return (0);
}
static BBOOL
static BBOOL
addmodulecontaining(char *name)
{
struct sSection **ppLSect;
@@ -66,7 +66,7 @@ addmodulecontaining(char *name)
return (0);
}
void
void
AddNeededModules(void)
{
struct sSection *pSect;