Skip to content

Commit

Permalink
apply whitespace cleaning by Hiltjo Posthuma. Thanks mate!
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Nov 28, 2014
1 parent 913a387 commit 8ddcbc0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions smu.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ dohtml(const char *begin, const char *end, int newblock) {
}
else
return 0;

}

int
Expand Down Expand Up @@ -497,7 +496,7 @@ int
dounderline(const char *begin, const char *end, int newblock) {
unsigned int i, j, l;
const char *p;

if(!newblock)
return 0;
p = begin;
Expand Down Expand Up @@ -556,7 +555,7 @@ process(const char *begin, const char *end, int newblock) {
const char *p, *q;
int affected;
unsigned int i;

for(p = begin; p < end;) {
if(newblock)
while(*p == '\n')
Expand Down Expand Up @@ -622,4 +621,4 @@ main(int argc, char *argv[]) {
fclose(source);
free(buffer);
return EXIT_SUCCESS;
}
}

0 comments on commit 8ddcbc0

Please sign in to comment.