test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
This commit is contained in:
parent
6e4e3dfbfb
commit
3c14e4b52a
|
@ -43,4 +43,3 @@ const std::string& options::which_test() const
|
|||
{
|
||||
return _which_test;
|
||||
}
|
||||
|
||||
|
|
|
@ -32,5 +32,3 @@ int main()
|
|||
f(a);
|
||||
possible_style();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -169,4 +169,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(Test64BitPortability)
|
||||
|
||||
|
|
|
@ -138,4 +138,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestAssignIf)
|
||||
|
||||
|
|
|
@ -667,5 +667,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestAutoVariables)
|
||||
|
||||
|
||||
|
|
|
@ -224,4 +224,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestCharVar)
|
||||
|
||||
|
|
|
@ -98,4 +98,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestFileLister)
|
||||
|
||||
|
|
|
@ -206,5 +206,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestIncompleteStatement)
|
||||
|
||||
|
||||
|
|
|
@ -566,4 +566,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestLeakAutoVar)
|
||||
|
||||
|
|
|
@ -342,5 +342,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestMathLib)
|
||||
|
||||
|
||||
|
|
|
@ -293,5 +293,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestObsoleteFunctions)
|
||||
|
||||
|
||||
|
|
|
@ -348,5 +348,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestPostfixOperator)
|
||||
|
||||
|
||||
|
|
|
@ -28,4 +28,3 @@ int main(int argc, char *argv[])
|
|||
|
||||
return (ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
|
|
@ -78,4 +78,3 @@ public:
|
|||
#define REGISTER_TEST( CLASSNAME ) namespace { CLASSNAME instance; }
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1409,4 +1409,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestSymbolDatabase)
|
||||
|
||||
|
|
|
@ -2349,4 +2349,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestUninitVar)
|
||||
|
||||
|
|
|
@ -260,4 +260,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestUnusedFunctions)
|
||||
|
||||
|
|
|
@ -659,4 +659,3 @@ private:
|
|||
};
|
||||
|
||||
REGISTER_TEST(TestUnusedPrivateFunction)
|
||||
|
||||
|
|
Loading…
Reference in New Issue