From 11289f42807681deee5551c40fe1a4282d54c86a Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 9 Sep 2009 15:08:12 +0000 Subject: Remove tabs, and whitespace cleanups. llvm-svn: 81346 --- clang/test/SemaCXX/inherit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/SemaCXX/inherit.cpp') diff --git a/clang/test/SemaCXX/inherit.cpp b/clang/test/SemaCXX/inherit.cpp index eaad97cc82a..069e30d0cdf 100644 --- a/clang/test/SemaCXX/inherit.cpp +++ b/clang/test/SemaCXX/inherit.cpp @@ -10,7 +10,7 @@ class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base class C : public B1, private B2 { }; -class D; // expected-note {{forward declaration of 'class D'}} +class D; // expected-note {{forward declaration of 'class D'}} class E : public D { }; // expected-error{{base class has incomplete type}} -- cgit v1.2.3