ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/Config/GenericConfig.cs
(Generate patch)

Comparing trunk/RomCheater.CorePlugins/Config/GenericConfig.cs (file contents):
Revision 146 by william, Wed May 9 23:23:38 2012 UTC vs.
Revision 147 by william, Sun May 27 23:05:18 2012 UTC

--- trunk/RomCheater.CorePlugins/Config/GenericConfig.cs	2012/05/27 22:24:30	146
+++ trunk/RomCheater.CorePlugins/Config/GenericConfig.cs	2012/05/27 23:05:18	147
@@ -13,11 +13,10 @@ namespace RomCheater.CorePlugins.Config
     {
         public GenericConfig() : base() { }
         public GenericConfig(bool doinit) : base(doinit) { }
-
-        protected override bool IsNotValidProcess(ProcContainer p) 
+        protected override bool IsNotValidProcess(ProcContainer p)
         {
             logger.VerboseDebug.WriteLine("    Allowing process {0} to be added", p.Name);
-            return false; 
+            return false;
         }
         #region IPluginBase Members
         public override Guid ID