Index: trunk/grails-app/domain/Authority.groovy
===================================================================
--- trunk/grails-app/domain/Authority.groovy	(revision 166)
+++ trunk/grails-app/domain/Authority.groovy	(revision 167)
@@ -1,15 +1,15 @@
 class Authority {
 
-	static hasMany = [persons: Person]
+    static hasMany = [persons: Person]
 
-	/** description */
-	String description
-	/** ROLE String */
-	String authority
+    /** description */
+    String description
+    /** ROLE String */
+    String authority
 
-	static constraints = {
-		authority(blank: false, unique: true)
-		description()
-	}
+    static constraints = {
+        authority(blank: false, unique: true)
+        description()
+    }
 
     String toString() {
