backtrace: convert from CRLF terminators to LF
This commit is contained in:
parent
d747135e34
commit
d937bb2ece
@ -1,18 +1,18 @@
|
||||
#include "backtrace.hpp"
|
||||
#include "tap.hpp"
|
||||
#include "stream.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
int
|
||||
main (int, char **) {
|
||||
util::TAP::logger tap;
|
||||
|
||||
debug::backtrace ();
|
||||
tap.noop ();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
#include "backtrace.hpp"
|
||||
#include "tap.hpp"
|
||||
#include "stream.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
int
|
||||
main (int, char **) {
|
||||
util::TAP::logger tap;
|
||||
|
||||
debug::backtrace ();
|
||||
tap.noop ();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user