Replaced tabs with spaces.

This commit is contained in:
the_fiddler 2009-07-17 08:27:25 +00:00
parent a65ed72e72
commit 7726212921
9 changed files with 758 additions and 759 deletions

View file

@ -48,8 +48,7 @@ namespace OpenTK
#endregion
/// <summary>
/// Calculates the factorial of a given natural number.
/// <summary> /// Calculates the factorial of a given natural number.
/// </summary>
/// <param name="n">The number.</param>
/// <returns>n!</returns>