From b03d5829b5e019744e429ba178dd5e0931f0b418 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Wed, 20 May 2009 19:19:00 +0000 Subject: [PATCH] Fixed most tab and min/max issues from trunk inspection report [SVN r53141] --- test/boost_no_template_aliases.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boost_no_template_aliases.ipp b/test/boost_no_template_aliases.ipp index cf961632..e420da78 100644 --- a/test/boost_no_template_aliases.ipp +++ b/test/boost_no_template_aliases.ipp @@ -12,7 +12,7 @@ namespace boost_no_template_aliases { -using PINT = void (*)(int); // using plus C-style type +using PINT = void (*)(int); // using plus C-style type int test() {