diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 18:54:47 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 18:54:47 +0100 |
commit | 6973d36261d8030c4836a8e25a0e95c19476978e (patch) | |
tree | f23e1ae9dd065050b91fa25f32127c23276a8261 /tests/exec/bst.cpp | |
parent | bfb562d7c734f76811314773ea248d9f781a2510 (diff) | |
download | LPC-Projet-6973d36261d8030c4836a8e25a0e95c19476978e.tar.gz LPC-Projet-6973d36261d8030c4836a8e25a0e95c19476978e.zip |
Rien.
Diffstat (limited to 'tests/exec/bst.cpp')
-rw-r--r-- | tests/exec/bst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exec/bst.cpp b/tests/exec/bst.cpp index e5ccce8..528d6a0 100644 --- a/tests/exec/bst.cpp +++ b/tests/exec/bst.cpp @@ -74,7 +74,7 @@ void BST::add2(int x) { void BST::print() { tree_print(this->root); - std::cout << std::endl; + std::cout << "\n"; } |