Cleanup whitespace
This commit is contained in:
parent
add6f6ca2a
commit
f0791bbd72
43 changed files with 70 additions and 70 deletions
|
|
@ -76,7 +76,7 @@ public:
|
|||
: post_chain(_post_chain), report(_report),
|
||||
group_by_expr(_group_by_expr) {
|
||||
TRACE_CTOR(post_splitter, "scope_t&, post_handler_ptr, expr_t");
|
||||
preflush_func = bind(&post_splitter::print_title, this, _1);
|
||||
preflush_func = bind(&post_splitter::print_title, this, _1);
|
||||
}
|
||||
virtual ~post_splitter() {
|
||||
TRACE_DTOR(post_splitter);
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ AC_ARG_ENABLE(doxygen,
|
|||
AM_CONDITIONAL(USE_DOXYGEN, test x$doxygen = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(cache,
|
||||
[ --enable-cache Enable use of the --cache option],
|
||||
[ --enable-cache Enable use of the --cache option],
|
||||
[case "${enableval}" in
|
||||
yes) cache=true ;;
|
||||
no) cache=false ;;
|
||||
|
|
@ -76,7 +76,7 @@ AC_ARG_ENABLE(cache,
|
|||
AM_CONDITIONAL(USE_CACHE_OPTION, test x$cache = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(python,
|
||||
[ --enable-python Turn on Python support (experimental)],
|
||||
[ --enable-python Turn on Python support (experimental)],
|
||||
[case "${enableval}" in
|
||||
yes) python=true ;;
|
||||
no) python=false ;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue