]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mathmlstream.C
small up/down tweaking
[lyx.git] / src / mathed / math_mathmlstream.C
index 007c3936aa582c24b30e2b22d481b02d9363a735..085228745b0b2f9ad14d0983b5e2bb0a99126e79 100644 (file)
@@ -1,6 +1,5 @@
-
 #ifdef __GNUG__
-#pragma implementation 
+#pragma implementation
 #endif
 
 #include <config.h>
@@ -18,7 +17,7 @@ using std::strlen;
 
 namespace {
 
-       bool isAlpha(char c) 
+       bool isAlpha(char c)
        {
                return ('a' <= c && c <= 'z') || ('A' <= c && c <= 'Z');
        }
@@ -367,4 +366,3 @@ NormalStream & operator<<(NormalStream & ns, int i)
 
 
 //////////////////////////////////////////////////////////////////////
-