Skip to content

Commit

Permalink
Merge pull request #14 from sorenhein/respace-nits
Browse files Browse the repository at this point in the history
Respace nits
  • Loading branch information
sorenhein committed Nov 30, 2014
2 parents d075841 + 86f6b5a commit 3414722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.dll
*.obj
*.exe
*.def
src/[Mm]akefile
test/[Mm]akefile
test/dtest
Expand Down
6 changes: 3 additions & 3 deletions src/Scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Scheduler
struct listType
{
int first;
int last,
int last;
int length;
};

Expand All @@ -59,7 +59,7 @@ class Scheduler
int pred;
int actual;
int head;
int peatNo;
int repeatNo;
};

struct sortType
Expand All @@ -72,7 +72,7 @@ class Scheduler
{
int next;
int spareKey;
int NTflag,
int NTflag;
int first;
int strain;
int repeatNo;
Expand Down

0 comments on commit 3414722

Please sign in to comment.