Replaced tabs with spaces.

This commit is contained in:
the_fiddler 2009-07-19 17:50:41 +00:00
parent 4847646cc8
commit 2e345ed6c8
10 changed files with 24 additions and 25 deletions

View file

@ -294,7 +294,7 @@ namespace OpenTK.Graphics
/// string Filter = "FirstName = 'Ton'" /// string Filter = "FirstName = 'Ton'"
/// MethodInfo mi = typeof(Person).GetMethod("GetAll"); /// MethodInfo mi = typeof(Person).GetMethod("GetAll");
/// snoei.net.Reflection.FastInvoker.FastInvokeHandler fi = snoei.net.Reflection.FastInvoker.GetMethodInvoker( mi ); /// snoei.net.Reflection.FastInvoker.FastInvokeHandler fi = snoei.net.Reflection.FastInvoker.GetMethodInvoker( mi );
/// return fi.Invoke( Person, new object[]{Filter} ); // return fi.Invoke( Person, new object[]{Filter} );
/// //Calls Person.GetAll(string Filter); /// //Calls Person.GetAll(string Filter);
/// </example> /// </example>
/// </summary> /// </summary>

View file

@ -3,7 +3,7 @@
* See license.txt for license info * See license.txt for license info
* *
* Date: 12/8/2007 * Date: 12/8/2007
* Time: 6:43 ìì * Time: 6:43 <EFBFBD><EFBFBD>
*/ */
#endregion #endregion

View file

@ -170,7 +170,6 @@ namespace OpenTK.Platform.Windows
"Failed to make context {0} current. Error: {1}", this, Marshal.GetLastWin32Error())); "Failed to make context {0} current. Error: {1}", this, Marshal.GetLastWin32Error()));
} }
#endregion #endregion
#region public bool IsCurrent #region public bool IsCurrent