Skip to content
Snippets Groups Projects
Commit 25ad5c7e authored by Marco Biasini's avatar Marco Biasini
Browse files

silence a bunch of no newline at EOF warnings

parent faac2923
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,5 @@ struct PairToTupleConverter {
return boost::python::incref(t.ptr());
}
};
}
\ No newline at end of file
}
......@@ -40,4 +40,5 @@ const char* Error::what() const throw()
return mesg_.c_str();
}
}
\ No newline at end of file
}
......@@ -245,3 +245,4 @@ typedef uint64_t uintmax_t;
#endif // _MSC_STDINT_H_ ]
......@@ -2,4 +2,5 @@
#include <ost/stdint_msc.hh>
#else
#include <stdint.h>
#endif
\ No newline at end of file
#endif
......@@ -245,3 +245,4 @@ typedef uint64_t uintmax_t;
#endif // _MSC_STDINT_H_ ]
......@@ -90,4 +90,5 @@ int main(int argc, char const *argv[])
cdp.Parse();
in_mem_lib->Copy(argv[3]);
return 0;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment