Commit 7462c4c2 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Terminal comma for FutexResult enumerators

Summary: [Folly] Terminal comma for `FutexResult` enumerators. Style nit.

Reviewed By: meyering

Differential Revision: D6673523

fbshipit-source-id: abf9f4d3e99bf9a6d3042a49252b1b1190e69b9f
parent 46563373
...@@ -31,7 +31,7 @@ enum class FutexResult { ...@@ -31,7 +31,7 @@ enum class FutexResult {
VALUE_CHANGED, /* Futex value didn't match expected */ VALUE_CHANGED, /* Futex value didn't match expected */
AWOKEN, /* futex wait matched with a futex wake */ AWOKEN, /* futex wait matched with a futex wake */
INTERRUPTED, /* Spurious wake-up or signal caused futex wait failure */ INTERRUPTED, /* Spurious wake-up or signal caused futex wait failure */
TIMEDOUT TIMEDOUT,
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment