Skip to content

Commit

Permalink
adjust the format of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
hnes committed Jul 3, 2018
1 parent b9031a4 commit 88e25d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aco.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.

#include "aco.h"
#include<stdio.h>
#include<stdint.h>
#include <stdio.h>
#include <stdint.h>

// this header including should be at the last of the `include` directives list
#include "aco_assert_override.h"
Expand Down

0 comments on commit 88e25d5

Please sign in to comment.