2009-08-07 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / class / System.Core / System.Linq / IOrderedQueryable.cs
index da20361203d684614e9987a93981a591b61e8826..eb052e9dae560ad4ae5f43da13b7b691c70eda71 100644 (file)
@@ -5,10 +5,10 @@
 // distribute, sublicense, and/or sell copies of the Software, and to
 // permit persons to whom the Software is furnished to do so, subject to
 // the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be
 // included in all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -23,9 +23,9 @@
 using System;
 using System.Collections;
 
-namespace System.Linq
-{
-        public interface IOrderedQueryable : IEnumerable, IQueryable
-        {
-        }
+namespace System.Linq {
+
+       public interface IOrderedQueryable : IQueryable
+       {
+       }
 }