]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-omp.c
Remove trailing white spaces.
[thirdparty/gcc.git] / gcc / c-omp.c
index 6445e5d42eea0ab4b13833e556f9b2ce07b84e51..6f1cb99720e5bc7080494f6730f069a68d7b403e 100644 (file)
@@ -1,4 +1,4 @@
-/* This file contains routines to construct GNU OpenMP constructs, 
+/* This file contains routines to construct GNU OpenMP constructs,
    called from parsing in the C and C++ front ends.
 
    Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -154,7 +154,7 @@ c_finish_omp_atomic (location_t loc, enum tree_code code, tree lhs, tree rhs)
                         input_location, rhs, NULL_TREE);
   if (x == error_mark_node)
     return error_mark_node;
-  gcc_assert (TREE_CODE (x) == MODIFY_EXPR);  
+  gcc_assert (TREE_CODE (x) == MODIFY_EXPR);
   rhs = TREE_OPERAND (x, 1);
 
   /* Punt the actual generation of atomic operations to common code.  */
@@ -275,7 +275,7 @@ c_finish_omp_for (location_t locus, tree declv, tree initv, tree condv,
              fail = true;
            }
 
-         init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR, 
+         init = build_modify_expr (elocus, decl, NULL_TREE, NOP_EXPR,
                                    /* FIXME diagnostics: This should
                                       be the location of the INIT.  */
                                    elocus,