From fb525a87d09e2578fb71e3cd43190c106e806176 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 30 Sep 2010 16:16:48 +0000
Subject: [PATCH] More updating to drupal coding standards.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@209 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.install | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sites/all/modules/unl/unl.install b/sites/all/modules/unl/unl.install
index 6f6902db..32696338 100644
--- a/sites/all/modules/unl/unl.install
+++ b/sites/all/modules/unl/unl.install
@@ -18,9 +18,9 @@ function unl_schema() {
       ),
       'site_path' => array(
         'type'     => 'varchar',
-   	    'length'   => 255,
-   	    'not null' => TRUE,
-   	    'default'  => '',
+        'length'   => 255,
+        'not null' => TRUE,
+        'default'  => '',
       ),
       'uri' => array(
         'type'     => 'varchar',
-- 
GitLab