summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-04-01 16:10:55 +0200
committerDavid Sommerseth <davids@redhat.com>2009-04-29 11:22:11 +0200
commit805dced32cbb2eef1f2b639100faef3bb0482e29 (patch)
tree86be074affb499ec1ab5f04d75491281d7986255 /src/util.h
parent764717bd15eeaa0c6cbed39a8b674dad406e57f9 (diff)
downloadpython-dmidecode-805dced32cbb2eef1f2b639100faef3bb0482e29.tar.gz
python-dmidecode-805dced32cbb2eef1f2b639100faef3bb0482e29.tar.xz
python-dmidecode-805dced32cbb2eef1f2b639100faef3bb0482e29.zip
Added indenting tool for C code and reindented *.[ch] files
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 894bd2f..3effd0c 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,3 +1,4 @@
+
/*
* This file is part of the dmidecode project.
*
@@ -24,6 +25,6 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
-int checksum(const u8 *buf, size_t len);
+int checksum(const u8 * buf, size_t len);
void *mem_chunk(size_t base, size_t len, const char *devmem);
int write_dump(size_t base, size_t len, const void *data, const char *dumpfile, int add);