diff options
Diffstat (limited to 'xlators/performance/open-behind/src/open-behind-messages.h')
| -rw-r--r-- | xlators/performance/open-behind/src/open-behind-messages.h | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/xlators/performance/open-behind/src/open-behind-messages.h b/xlators/performance/open-behind/src/open-behind-messages.h index 9cb4cd5228f..09b4e8f0c28 100644 --- a/xlators/performance/open-behind/src/open-behind-messages.h +++ b/xlators/performance/open-behind/src/open-behind-messages.h @@ -22,10 +22,7 @@   * glfs-message-id.h.   */ -GLFS_MSGID(OPEN_BEHIND, -        OPEN_BEHIND_MSG_XLATOR_CHILD_MISCONFIGURED, -        OPEN_BEHIND_MSG_VOL_MISCONFIGURED, -        OPEN_BEHIND_MSG_NO_MEMORY -); +GLFS_MSGID(OPEN_BEHIND, OPEN_BEHIND_MSG_XLATOR_CHILD_MISCONFIGURED, +           OPEN_BEHIND_MSG_VOL_MISCONFIGURED, OPEN_BEHIND_MSG_NO_MEMORY);  #endif /* _OPEN_BEHIND_MESSAGES_H_ */  | 
