[PPL-devel] [GIT] ppl/ppl(master): Code layout improved.

Roberto Bagnara bagnara at cs.unipr.it
Fri Oct 28 07:55:58 CEST 2011


Module: ppl/ppl
Branch: master
Commit: 5084ccde7ea4cdfed1a71dc9944a4777f7ee9e98
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=5084ccde7ea4cdfed1a71dc9944a4777f7ee9e98

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Oct 28 07:42:28 2011 +0200

Code layout improved.

---

 src/globals.cc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/globals.cc b/src/globals.cc
index 3be1db8..e10cf83 100644
--- a/src/globals.cc
+++ b/src/globals.cc
@@ -37,8 +37,10 @@ void (*Weightwatch_Traits::check_function)(void) = 0;
 
 #ifndef NDEBUG
 namespace Implementation {
+
 unsigned int in_assert = 0;
-}
+
+} // namespace Implementation
 #endif
 
 } // namespace Parma_Polyhedra_Library




More information about the PPL-devel mailing list