Changeset 31 for sources/src/gen_code.cc


Ignore:
Timestamp:
May 9, 2009, 5:18:47 PM (15 years ago)
Author:
nipo
Message:

Picky compiler prefer spaces in #include lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/gen_code.cc

    r27 r31  
    3939#include <windows.h>
    4040#endif
    41 #include<cstring>
    42 #include<cstdio>
    43 #include<cstdlib>
    44 #include<iostream>
    45 #include<fstream>
     41#include <cstring>
     42#include <cstdio>
     43#include <cstdlib>
     44#include <iostream>
     45#include <fstream>
    4646
    4747#include "internal.h"
Note: See TracChangeset for help on using the changeset viewer.