diff options
author | unknown <msvensson@neptunus.(none)> | 2005-04-20 12:02:07 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-04-20 12:02:07 +0200 |
commit | c276d11b18abe0f5b6035e414b23cc06ac45701b (patch) | |
tree | 4dc40751d8f78d46c114e17124fe7ed46526cda7 /cmd-line-utils/readline/config_readline.h | |
parent | 56a91d2d90261a98fe15f0b29113861b58fc4911 (diff) | |
download | mariadb-git-c276d11b18abe0f5b6035e414b23cc06ac45701b.tar.gz |
After review fix
cmd-line-utils/readline/config_readline.h:
Fixing code formatting
Diffstat (limited to 'cmd-line-utils/readline/config_readline.h')
-rw-r--r-- | cmd-line-utils/readline/config_readline.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cmd-line-utils/readline/config_readline.h b/cmd-line-utils/readline/config_readline.h index 99da4445228..141989ec3c9 100644 --- a/cmd-line-utils/readline/config_readline.h +++ b/cmd-line-utils/readline/config_readline.h @@ -1,12 +1,16 @@ -/* config-readline.h Maintained by hand. Contains the readline specific - parts from config.h.in in readline 4.3 */ +/* + config-readline.h Maintained by hand. Contains the readline specific + parts from config.h.in in readline 4.3 +*/ #if defined (HAVE_CONFIG_H) # include <config.h> #endif -/* Ultrix botches type-ahead when switching from canonical to - non-canonical mode, at least through version 4.3 */ +/* + Ultrix botches type-ahead when switching from canonical to + non-canonical mode, at least through version 4.3 +*/ #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) # define TERMIOS_MISSING #endif |