diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 00:00:37 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 00:00:37 +0000 |
commit | 650ba8eb560bf802cf7a7ecc973b603cfb0c4b33 (patch) | |
tree | eca436a659e96cf851f7eb440e1950f8305adeb9 /llvm/tools/llvmc/ConfigLexer.h | |
parent | b1c9317bb416944ff2b491b20ca28e2241a5f51f (diff) | |
download | bcm5719-llvm-650ba8eb560bf802cf7a7ecc973b603cfb0c4b33.tar.gz bcm5719-llvm-650ba8eb560bf802cf7a7ecc973b603cfb0c4b33.zip |
Remove trailing whitespace
llvm-svn: 21428
Diffstat (limited to 'llvm/tools/llvmc/ConfigLexer.h')
-rw-r--r-- | llvm/tools/llvmc/ConfigLexer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.h b/llvm/tools/llvmc/ConfigLexer.h index e11c6e13534..8d8205e18fe 100644 --- a/llvm/tools/llvmc/ConfigLexer.h +++ b/llvm/tools/llvmc/ConfigLexer.h @@ -1,10 +1,10 @@ //===- ConfigLexer.h - ConfigLexer Declarations -----------------*- C++ -*-===// -// +// // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer and is distributed under the +// This file was developed by Reid Spencer and is distributed under the // University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file declares the types and data needed by ConfigLexer.l @@ -37,7 +37,7 @@ class InputProvider { } virtual ~InputProvider(); virtual unsigned read(char *buf, unsigned max_size) = 0; - virtual void error(const std::string& msg); + virtual void error(const std::string& msg); virtual void checkErrors(); private: @@ -62,7 +62,7 @@ enum ConfigLexerTokens { FOPTS_SUBST, ///< The substitution item %fOpts% IN_SUBST, ///< The substitution item %in% INCLS_SUBST, ///< The substitution item %incls% - INTEGER, ///< An integer + INTEGER, ///< An integer LANG, ///< The name "lang" (and variants) LIBPATHS, ///< The name "libpaths" (and variants) LIBS, ///< The name "libs" (and variants) |