3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 20:38:44 +00:00

A few indent fixes

This commit is contained in:
Clifford Wolf 2014-10-15 01:05:08 +02:00
parent e5b8390f44
commit cf85aab62f
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
#include "backends/ilang/ilang_backend.h"
#ifndef _WIN32
#include <sys/time.h>
# include <sys/time.h>
#endif
#include <stdlib.h>

View file

@ -25,8 +25,8 @@
#include <time.h>
#ifndef _WIN32
#include <sys/time.h>
#include <sys/resource.h>
# include <sys/time.h>
# include <sys/resource.h>
#endif
// from libs/sha1/sha1.h