uniform indent

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@274 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-02-22 10:16:22 +00:00
parent 72f3d8e36a
commit 364fd9b727

View File

@@ -19,7 +19,8 @@ RCSID("$Id$");
#include <sys/systeminfo.h> #include <sys/systeminfo.h>
static long gethostid(void) static long
gethostid(void)
{ {
static int flag=0; static int flag=0;
static long hostid; static long hostid;
@@ -58,7 +59,7 @@ do_initialize(void)
#define incr_long_long(ll) do { if (++ll[0] == 0) ++ll[1]; } while (0) #define incr_long_long(ll) do { if (++ll[0] == 0) ++ll[1]; } while (0)
#define set_sequence_number(ll) \ #define set_sequence_number(ll) \
memcpy((char *)sequence_index, (ll), sizeof(sequence_index)); memcpy((char *)sequence_index, (ll), sizeof(sequence_index));
/* /*
* Set the sequnce number to this value (a long long). * Set the sequnce number to this value (a long long).