summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/db.c1
-rw-r--r--src/common/ers.c1
-rw-r--r--src/common/grfio.h1
-rw-r--r--src/common/lock.c1
-rw-r--r--src/common/md5calc.c1
-rw-r--r--src/common/utils.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/common/db.c b/src/common/db.c
index 7d1eb3903..80918d7f6 100644
--- a/src/common/db.c
+++ b/src/common/db.c
@@ -2377,4 +2377,3 @@ void linkdb_final( struct linkdb_node** head ) {
}
*head = NULL;
}
-
diff --git a/src/common/ers.c b/src/common/ers.c
index 109378d5f..53c1edc3a 100644
--- a/src/common/ers.c
+++ b/src/common/ers.c
@@ -502,4 +502,3 @@ void ers_force_destroy_all(void)
ers_num = 0;
}
#endif /* not DISABLE_ERS */
-
diff --git a/src/common/grfio.h b/src/common/grfio.h
index 68371576d..ce2b75150 100644
--- a/src/common/grfio.h
+++ b/src/common/grfio.h
@@ -8,4 +8,3 @@ int decode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char*
int encode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen);
#endif /* _GRFIO_H_ */
-
diff --git a/src/common/lock.c b/src/common/lock.c
index 18091820d..a08b46756 100644
--- a/src/common/lock.c
+++ b/src/common/lock.c
@@ -68,4 +68,3 @@ int lock_fclose (FILE *fp, const char* filename, int *info) {
return ret;
}
-
diff --git a/src/common/md5calc.c b/src/common/md5calc.c
index fd8ffd5d3..b70236d6b 100644
--- a/src/common/md5calc.c
+++ b/src/common/md5calc.c
@@ -233,4 +233,3 @@ void MD5_String(const char * string, char * output)
digest[ 8], digest[ 9], digest[10], digest[11],
digest[12], digest[13], digest[14], digest[15]);
}
-
diff --git a/src/common/utils.c b/src/common/utils.c
index 3dc7fea16..b738d31c8 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -321,4 +321,3 @@ unsigned long MakeDWord(unsigned short word0, unsigned short word1)
return ((unsigned long)word0)
| ((unsigned long)word1<<0x10);
}
-