Index: /trunk/grails-app/controllers/AssetDetailedController.groovy
===================================================================
--- /trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 282)
+++ /trunk/grails-app/controllers/AssetDetailedController.groovy	(revision 283)
@@ -156,9 +156,9 @@
 
     def show = {
-        
+
         // In the case of an actionSubmit button, rewrite action name from 'index'.
         if(params._action_Show)
         { params.action='show' }
-        
+
         def assetInstance = Asset.get( params.id )
 
@@ -190,9 +190,9 @@
 
     def edit = {
-        
+
         // In the case of an actionSubmit button, rewrite action name from 'index'.
         if(params._action_Edit)
         { params.action='edit' }
-        
+
         def assetInstance = Asset.get( params.id )
 
@@ -212,5 +212,5 @@
                 def version = params.version.toLong()
                 if(assetInstance.version > version) {
-                    
+
                     assetInstance.errors.rejectValue("version", "asset.optimistic.locking.failure", "Another user has updated this Asset while you were editing.")
                     render(view:'edit',model:[assetInstance:assetInstance])
