indentation
This commit is contained in:
parent
50e3ef9b4a
commit
6d4bd4d720
1 changed files with 21 additions and 21 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: i18n.hh,v 1.5 2002/02/17 18:41:44 fluxgen Exp $
|
||||
// $Id: i18n.hh,v 1.6 2002/03/18 15:46:42 fluxgen Exp $
|
||||
|
||||
#ifndef I18N_HH
|
||||
#define I18N_HH
|
||||
|
@ -64,7 +64,7 @@ public:
|
|||
inline const char *getLocale(void) const { return locale; }
|
||||
inline const char *getCatalogFilename(void) const { return catalog_filename; }
|
||||
|
||||
inline const int &multibyte(void) const { return mb; }
|
||||
inline const int multibyte(void) const { return mb; }
|
||||
|
||||
inline const nl_catd &getCatalogFd(void) const { return catalog_fd; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue