From 78d1a005a4e2bf22d1bc8aeb2cfe38a624adedb1 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 11 Jul 2010 22:26:40 -0400 Subject: Use indents matching other Drupal stuff --- authfas.install | 2 ++ authfas.module | 2 ++ 2 files changed, 4 insertions(+) diff --git a/authfas.install b/authfas.install index b66e040..a0ead5f 100644 --- a/authfas.install +++ b/authfas.install @@ -33,4 +33,6 @@ function authfas_uninstall() { // Local variables: // mode:php +// tab-width:2 +// indent-tabs-mode:nil // End: diff --git a/authfas.module b/authfas.module index 390dd7e..ce69023 100644 --- a/authfas.module +++ b/authfas.module @@ -150,4 +150,6 @@ function authfas_form_user_admin_role_alter(&$form, $form_state) { // Local variables: // mode:php +// tab-width:2 +// indent-tabs-mode:nil // End: -- cgit