From 48f1d023554e8298dae46e8ff2efc47cb910b727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 30 Apr 2017 14:22:40 +0200 Subject: [PATCH] astyle formatting [ci skip] --- test/testsimplifytemplate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testsimplifytemplate.cpp b/test/testsimplifytemplate.cpp index 1e8355202..c7c869232 100644 --- a/test/testsimplifytemplate.cpp +++ b/test/testsimplifytemplate.cpp @@ -1404,8 +1404,8 @@ private: ASSERT_EQUALS(9, templateNamePositionHelper("template class A { unsigned foo(); }; " "template unsigned A::foo() { return 0; }", 25, /*onlyCreateTokens=*/true)); ASSERT_EQUALS(12, templateNamePositionHelper("template class v {}; " - "template class A { unsigned foo(); }; " - "template<> unsigned A >::foo() { return 0; }", 30, /*onlyCreateTokens=*/true)); + "template class A { unsigned foo(); }; " + "template<> unsigned A >::foo() { return 0; }", 30, /*onlyCreateTokens=*/true)); } void expandSpecialized() {