Skip to content

Commit

Permalink
Minor indentation change to util source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Sep 14, 2016
1 parent 389e02f commit 92205ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
#define GIB 1073741824
#define TIB 1099511627776LL

#define MILS 1000ULL
#define SECS 1000000ULL
#define MINS 60000000ULL
#define HOUR 3600000000ULL
#define DAY 86400000000ULL
#define MILS 1000ULL
#define SECS 1000000ULL
#define MINS 60000000ULL
#define HOUR 3600000000ULL
#define DAY 86400000000ULL

/* *INDENT-OFF* */
#include <stdint.h>
Expand Down

0 comments on commit 92205ae

Please sign in to comment.