Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelouza committed Jun 4, 2018
1 parent ff13338 commit 18aab10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gsacak.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
#define LARGE_ALPHABET 0
#endif

#if M64 && LARGE_ALPHABET //8N bytes for s[0..n-1]
#if M64 && LARGE_ALPHABET //8N bytes for s[0..n-1]
typedef int64_t int_text;
#define PRIdT PRId64
#else //4N bytes for s[0..n-1]
#else //4N bytes for s[0..n-1]
typedef int32_t int_text;
#define PRIdT PRId32
#endif
Expand Down
4 changes: 2 additions & 2 deletions gsais.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
#define LARGE_ALPHABET 0
#endif

#if M64 && LARGE_ALPHABET //8N bytes for s[0..n-1]
#if M64 && LARGE_ALPHABET //8N bytes for s[0..n-1]
typedef int64_t int_text;
#define PRIdT PRId64
#else //4N bytes for s[0..n-1]
#else //4N bytes for s[0..n-1]
typedef int32_t int_text;
#define PRIdT PRId32
#endif
Expand Down

0 comments on commit 18aab10

Please sign in to comment.