Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 8, 2011
1 parent db799c4 commit e5a9fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/img.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ is_png(uint8_t *buf) {
int
read_uint32(uint8_t *buf) {
return buf[0] << 24
| buf[1] << 16
| buf[2] << 8
| buf[3];
| buf[1] << 16
| buf[2] << 8
| buf[3];
}

/*
Expand Down

0 comments on commit e5a9fa6

Please sign in to comment.