diff options
author | richard <none@none> | 2010-02-05 13:22:46 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-05 13:22:46 -0800 |
commit | 124d8e63f7d41fa779350096ce694b945f138850 (patch) | |
tree | 0249ddd513b9ed46930c846327694a39a354737e | |
parent | b4f4af60ce701c724ac67cf24641589959401373 (diff) |
newlines fixed
-rw-r--r-- | indra/llui/lltextvalidate.cpp | 2 | ||||
-rw-r--r-- | indra/llui/lltextvalidate.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lltextvalidate.cpp b/indra/llui/lltextvalidate.cpp index f9829465da..8b6bc5bd7d 100644 --- a/indra/llui/lltextvalidate.cpp +++ b/indra/llui/lltextvalidate.cpp @@ -299,4 +299,4 @@ namespace LLTextValidate } return rv; } -}
\ No newline at end of file +} diff --git a/indra/llui/lltextvalidate.h b/indra/llui/lltextvalidate.h index f9826bf74e..9cc830f5aa 100644 --- a/indra/llui/lltextvalidate.h +++ b/indra/llui/lltextvalidate.h @@ -60,4 +60,4 @@ namespace LLTextValidate }
-#endif
\ No newline at end of file +#endif
|