projects
/
wenboi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c69bb
)
fixed tab/space mismatch in wendi/wendi.cc
author
slack
<slack@codemaniacs.com>
Mon, 19 Jan 2009 18:07:25 +0000
(19:07 +0100)
committer
slack
<slack@codemaniacs.com>
Mon, 19 Jan 2009 18:07:25 +0000
(19:07 +0100)
wendi/wendi.cc
patch
|
blob
|
history
diff --git
a/wendi/wendi.cc
b/wendi/wendi.cc
index 52369a65e07cfe8e56ab42e261d99b6cd162c3ac..78b87c99e7e71c896f403cd96e21bb4e03529265 100644
(file)
--- a/
wendi/wendi.cc
+++ b/
wendi/wendi.cc
@@
-372,8
+372,8
@@
int main(int argc, char **argv)
std::ofstream graph_stream((std::string(argv[1])+".dot").c_str());
std::ofstream txt_stream((std::string(argv[1])+".txt").c_str());
- GraphDisassemblyOutput graph(graph_stream);
- TextDisassemblyOutput text(txt_stream);
+
GraphDisassemblyOutput graph(graph_stream);
+
TextDisassemblyOutput text(txt_stream);
graph.generate_output(gb, tmp);
text.generate_output(gb, tmp);