fixup whitespace
[c11tester.git] / promise.h
index 7b3d1ecf363baf36e7cda4b2ae3d034a80ad61cf..fda00cc508229221e5965ea3c752443d503bb1ca 100644 (file)
--- a/promise.h
+++ b/promise.h
@@ -17,7 +17,7 @@ class Promise {
        ModelAction * get_action() { return read; }
        int increment_threads() { return ++numthreads; }
        uint64_t get_value() { return value; }
-       
+
  private:
        uint64_t value;
        ModelAction *read;