lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files

This commit is contained in:
XhmikosR 2012-09-15 16:32:00 +03:00 committed by PKEuS
parent 3f4e8e81a9
commit 6e4e3dfbfb
28 changed files with 2 additions and 31 deletions

View File

@ -155,4 +155,3 @@ inline Check::Check(const std::string &aname)
/// @} /// @}
#endif #endif

View File

@ -88,4 +88,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -95,4 +95,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -110,4 +110,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -76,4 +76,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -258,6 +258,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -251,4 +251,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -126,4 +126,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -134,4 +134,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -2739,4 +2739,3 @@ void CheckMemoryLeakNoVar::functionCallLeak(const Token *loc, const std::string
{ {
reportError(loc, Severity::error, "leakNoVarFunctionCall", "Allocation with " + alloc + ", " + functionCall + " doesn't release it."); reportError(loc, Severity::error, "leakNoVarFunctionCall", "Allocation with " + alloc + ", " + functionCall + " doesn't release it.");
} }

View File

@ -66,4 +66,3 @@ void CheckNonReentrantFunctions::nonReentrantFunctions()
} }
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -108,4 +108,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -155,4 +155,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -84,4 +84,3 @@ void CheckObsoleteFunctions::obsoleteFunctions()
} }
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -146,4 +146,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -479,4 +479,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -74,4 +74,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -232,4 +232,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -108,4 +108,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -93,4 +93,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -108,4 +108,3 @@ private:
/// @} /// @}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -483,4 +483,3 @@ void checkExecutionPaths(const SymbolDatabase *symbolDatabase, ExecutionPath *c)
} }
} }
} }

View File

@ -208,4 +208,3 @@ bool Path::acceptFile(const std::string &filename)
{ {
return(Path::isCPP(filename) || Path::isC(filename)); return(Path::isCPP(filename) || Path::isC(filename));
} }

View File

@ -271,4 +271,3 @@ private:
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#endif #endif

View File

@ -290,4 +290,3 @@ std::list<Suppressions::SuppressionEntry> Suppressions::getUnmatchedGlobalSuppre
} }
return r; return r;
} }

View File

@ -619,4 +619,3 @@ private:
}; };
#endif #endif

View File

@ -81,5 +81,4 @@ private:
bool _stopped; bool _stopped;
}; };
#endif // TIMER_H #endif // TIMER_H