summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:33:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:33:58 +0000
commit73b5bd5d0e7481ac2459b682a88ac43383265448 (patch)
treed07738485744dd1e47d9ec77b76673a30d9089d7 /cpukit
parentRemove stray white spaces. (diff)
downloadrtems-73b5bd5d0e7481ac2459b682a88ac43383265448.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ftpd/ftpd.h1
-rw-r--r--cpukit/httpd/balloc.c1
-rw-r--r--cpukit/httpd/default.c1
-rw-r--r--cpukit/httpd/emfdb.h1
-rw-r--r--cpukit/httpd/h.c1
-rw-r--r--cpukit/httpd/md5.h1
-rw-r--r--cpukit/httpd/misc.c1
-rw-r--r--cpukit/httpd/rtems_webserver.h1
-rw-r--r--cpukit/httpd/security.c1
-rw-r--r--cpukit/httpd/sockGen.c1
-rw-r--r--cpukit/httpd/sym.c1
-rw-r--r--cpukit/httpd/um.h1
-rw-r--r--cpukit/httpd/webpage.c1
-rw-r--r--cpukit/pppd/ccp.c1
-rw-r--r--cpukit/pppd/chat.c1
-rw-r--r--cpukit/pppd/utils.c1
-rw-r--r--cpukit/telnetd/icmds.c1
-rw-r--r--cpukit/telnetd/pty.h2
-rw-r--r--cpukit/telnetd/telnetd.h1
19 files changed, 1 insertions, 19 deletions
diff --git a/cpukit/ftpd/ftpd.h b/cpukit/ftpd/ftpd.h
index 678baa3d2b..bd7c87aab3 100644
--- a/cpukit/ftpd/ftpd.h
+++ b/cpukit/ftpd/ftpd.h
@@ -54,4 +54,3 @@ struct rtems_ftpd_configuration
int rtems_initialize_ftpd();
#endif /* __FTPD_H__ */
-
diff --git a/cpukit/httpd/balloc.c b/cpukit/httpd/balloc.c
index aa916444b6..f43bc90acb 100644
--- a/cpukit/httpd/balloc.c
+++ b/cpukit/httpd/balloc.c
@@ -965,4 +965,3 @@ char *bstrdupANoBalloc(char *s)
#endif /* NO_BALLOC */
/******************************************************************************/
-
diff --git a/cpukit/httpd/default.c b/cpukit/httpd/default.c
index 9d3510f253..2dfb2f70b2 100644
--- a/cpukit/httpd/default.c
+++ b/cpukit/httpd/default.c
@@ -429,4 +429,3 @@ void websSetDefaultDir(char_t *dir)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/emfdb.h b/cpukit/httpd/emfdb.h
index 00319f64ee..882c1c80d2 100644
--- a/cpukit/httpd/emfdb.h
+++ b/cpukit/httpd/emfdb.h
@@ -99,4 +99,3 @@ extern void basicSetProductDir(char_t *proddir);
#endif /* _h_EMFDB */
/******************************************************************************/
-
diff --git a/cpukit/httpd/h.c b/cpukit/httpd/h.c
index abafbb17a2..35b0bbbae6 100644
--- a/cpukit/httpd/h.c
+++ b/cpukit/httpd/h.c
@@ -192,4 +192,3 @@ int hAllocEntry(void ***list, int *max, int size)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/md5.h b/cpukit/httpd/md5.h
index 8531a07fd4..99df4eb735 100644
--- a/cpukit/httpd/md5.h
+++ b/cpukit/httpd/md5.h
@@ -48,4 +48,3 @@ extern void MD5Update (MD5_CONTEXT *, unsigned char *, unsigned int);
extern void MD5Final (unsigned char [16], MD5_CONTEXT *);
#endif /* _h_MD5 */
-
diff --git a/cpukit/httpd/misc.c b/cpukit/httpd/misc.c
index 872693593b..e08b7c76b4 100644
--- a/cpukit/httpd/misc.c
+++ b/cpukit/httpd/misc.c
@@ -673,4 +673,3 @@ unsigned int gstrtoi(char_t *s)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/rtems_webserver.h b/cpukit/httpd/rtems_webserver.h
index f1e4046ef5..f62790b601 100644
--- a/cpukit/httpd/rtems_webserver.h
+++ b/cpukit/httpd/rtems_webserver.h
@@ -4,4 +4,3 @@
*/
int rtems_initialize_webserver();
-
diff --git a/cpukit/httpd/security.c b/cpukit/httpd/security.c
index e80e2aeae4..9064b5d56f 100644
--- a/cpukit/httpd/security.c
+++ b/cpukit/httpd/security.c
@@ -233,4 +233,3 @@ char_t *websGetPassword()
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/sockGen.c b/cpukit/httpd/sockGen.c
index 99a53c8919..822aea6407 100644
--- a/cpukit/httpd/sockGen.c
+++ b/cpukit/httpd/sockGen.c
@@ -1041,4 +1041,3 @@ int socketSockBuffered(int sock)
#endif /* (!WIN) | LITTLEFOOT | WEBS */
/******************************************************************************/
-
diff --git a/cpukit/httpd/sym.c b/cpukit/httpd/sym.c
index e26b6278bd..3df45e86d7 100644
--- a/cpukit/httpd/sym.c
+++ b/cpukit/httpd/sym.c
@@ -472,4 +472,3 @@ static int calcPrime(int size)
}
/******************************************************************************/
-
diff --git a/cpukit/httpd/um.h b/cpukit/httpd/um.h
index bdef4906fe..b520893275 100644
--- a/cpukit/httpd/um.h
+++ b/cpukit/httpd/um.h
@@ -181,4 +181,3 @@ extern bool_t umUserCanAccessURL(char_t *user, char_t *url);
#endif /* _h_UM */
/******************************************************************************/
-
diff --git a/cpukit/httpd/webpage.c b/cpukit/httpd/webpage.c
index b161740738..a42a8b45c9 100644
--- a/cpukit/httpd/webpage.c
+++ b/cpukit/httpd/webpage.c
@@ -139,4 +139,3 @@ void websPageSeek(webs_t wp, long offset)
}
/******************************************************************************/
-
diff --git a/cpukit/pppd/ccp.c b/cpukit/pppd/ccp.c
index 094a96d8f5..615950b901 100644
--- a/cpukit/pppd/ccp.c
+++ b/cpukit/pppd/ccp.c
@@ -1224,4 +1224,3 @@ ccp_rack_timeout(arg)
} else
ccp_localstate[f->unit] &= ~RACK_PENDING;
}
-
diff --git a/cpukit/pppd/chat.c b/cpukit/pppd/chat.c
index 5483c2a051..6623004d35 100644
--- a/cpukit/pppd/chat.c
+++ b/cpukit/pppd/chat.c
@@ -855,4 +855,3 @@ register char *in_string;
free(string);
return (0);
}
-
diff --git a/cpukit/pppd/utils.c b/cpukit/pppd/utils.c
index 0ac24a4a1f..6a399385e7 100644
--- a/cpukit/pppd/utils.c
+++ b/cpukit/pppd/utils.c
@@ -830,4 +830,3 @@ unlock()
lock_file[0] = 0;
}
}
-
diff --git a/cpukit/telnetd/icmds.c b/cpukit/telnetd/icmds.c
index 1ac6820f39..b416692ec5 100644
--- a/cpukit/telnetd/icmds.c
+++ b/cpukit/telnetd/icmds.c
@@ -45,4 +45,3 @@ void register_icmds(void) {
shell_add_cmd("tcp" ,"net","tcp stats" ,main_tcp );
shell_add_cmd("udp" ,"net","udp stats" ,main_udp );
}
-
diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h
index 2c1367101d..9d3d6295ce 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/telnetd/pty.h
@@ -60,4 +60,4 @@ rtems_device_driver pty_control(
}
#endif
-#endif
+#endif
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index 1bb99ebc1b..01c7e58409 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -32,4 +32,3 @@ int register_telnetd(void);
#endif
#endif
-