diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-27 14:33:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-27 14:33:41 +0000 |
commit | 7856db0675c97d8b4a6f0c1279add29b3f51ebdf (patch) | |
tree | e8811740d94c051cb375ada440ae365f3d789c0c | |
parent | 86662768f9da714d8f03af5172fe7baf0def6c01 (diff) | |
download | brdo-7856db0675c97d8b4a6f0c1279add29b3f51ebdf.tar.gz brdo-7856db0675c97d8b4a6f0c1279add29b3f51ebdf.tar.bz2 |
#345591 follow-up by pwolanin: Small indentation fix.
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 099eaffb4..fe0caf5ab 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -432,9 +432,9 @@ function drupal_access_denied() { * An integer containing the response status code, or the error code if * an error occurred. * - protocol - * The response protocol (e.g. HTTP/1.1 or HTTP/1.0). + * The response protocol (e.g. HTTP/1.1 or HTTP/1.0). * - status_message - * The status message from the response, if a response was received. + * The status message from the response, if a response was received. * - redirect_code * If redirected, an integer containing the initial response status code. * - redirect_url |