From 806d0a3dee25333558bb0a888c2a51c33f0723cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 5 Jul 2007 08:48:58 +0000 Subject: #156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes --- modules/node/node.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 339e1dc2f..81d9722e4 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2468,13 +2468,13 @@ function node_form_submit($form, &$form_state) { * Menu callback -- ask for confirmation of node deletion */ function node_delete_confirm(&$form_state, $node) { - $form['nid'] = array('#type' => 'value', '#value' => $node->nid); + $form['nid'] = array('#type' => 'value', '#value' => $node->nid); - return confirm_form($form, - t('Are you sure you want to delete %title?', array('%title' => $node->title)), - isset($_GET['destination']) ? $_GET['destination'] : 'node/'. $node->nid, - t('This action cannot be undone.'), - t('Delete'), t('Cancel')); + return confirm_form($form, + t('Are you sure you want to delete %title?', array('%title' => $node->title)), + isset($_GET['destination']) ? $_GET['destination'] : 'node/'. $node->nid, + t('This action cannot be undone.'), + t('Delete'), t('Cancel')); } /** -- cgit v1.2.3