diff options
author | Jon Parise <jon@php.net> | 2001-03-15 05:07:31 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-03-15 05:07:31 +0000 |
commit | 01008bb03cf3053e91e9377f403fd6ef8fe900d5 (patch) | |
tree | 1811a55b9d1f7932beeb482ac0909255ebb879af | |
parent | 4d26e630d83c4179954e71f0062e7ee4d0963b06 (diff) | |
download | php-git-01008bb03cf3053e91e9377f403fd6ef8fe900d5.tar.gz |
Whitespace (spaces to four-column tabs)
-rw-r--r-- | ext/standard/credits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits.h b/ext/standard/credits.h index 62785caf33..04210ac927 100644 --- a/ext/standard/credits.h +++ b/ext/standard/credits.h @@ -32,7 +32,7 @@ #define PHP_CREDITS_DOCS (1<<4) #define PHP_CREDITS_FULLPAGE (1<<5) #define PHP_CREDITS_QA (1<<6) -#define PHP_CREDITS_WEB (1<<7) +#define PHP_CREDITS_WEB (1<<7) #define PHP_CREDITS_ALL 0xFFFFFFFF #endif /* HAVE_CREDITS_DEFS */ |