Index: include/lldb/Core/ValueObject.h
===================================================================
--- include/lldb/Core/ValueObject.h	(revision 137975)
+++ include/lldb/Core/ValueObject.h	(working copy)
@@ -79,7 +79,7 @@
         eDisplaySummary,
         eDisplayLanguageSpecific,
         eDisplayLocation,
-        eDisplayChildrenCount,
+        eDisplayChildrenCount
     };
     
     enum ExpressionPathScanEndReason
Index: include/lldb/Core/FormatManager.h
===================================================================
--- include/lldb/Core/FormatManager.h	(revision 137975)
+++ include/lldb/Core/FormatManager.h	(working copy)
@@ -633,7 +633,7 @@
         eFilter =          0x0002,
         eRegexFilter =     0x1002,
         eSynth =           0x0004,
-        eRegexSynth =      0x1004,
+        eRegexSynth =      0x1004
     };
     
     typedef uint16_t FormatCategoryItems;
Index: include/lldb/Interpreter/ScriptInterpreter.h
===================================================================
--- include/lldb/Interpreter/ScriptInterpreter.h	(revision 137975)
+++ include/lldb/Interpreter/ScriptInterpreter.h	(working copy)
@@ -66,7 +66,7 @@
         eFloat,
         eDouble,
         eChar,
-        eCharStrOrNone,
+        eCharStrOrNone
     } ReturnType;
 
 
Index: source/Commands/CommandObjectType.h
===================================================================
--- source/Commands/CommandObjectType.h	(revision 137975)
+++ source/Commands/CommandObjectType.h	(working copy)
@@ -187,7 +187,7 @@
     {
         eRegularSummary,
         eRegexSummary,
-        eNamedSummary,
+        eNamedSummary
     };
 
     CommandObjectTypeSummaryAdd (CommandInterpreter &interpreter);
@@ -330,7 +330,7 @@
     enum SynthFormatType
     {
         eRegularSynth,
-        eRegexSynth,
+        eRegexSynth
     };
     
     CommandObjectTypeSynthAdd (CommandInterpreter &interpreter);
Index: source/Commands/CommandObjectType.cpp
===================================================================
--- source/Commands/CommandObjectType.cpp	(revision 137975)
+++ source/Commands/CommandObjectType.cpp	(working copy)
@@ -3366,7 +3366,7 @@
     enum FilterFormatType
     {
         eRegularFilter,
-        eRegexFilter,
+        eRegexFilter
     };
     
     bool
Index: source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
===================================================================
--- source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp	(revision 137975)
+++ source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp	(working copy)
@@ -98,7 +98,7 @@
     fpu_fiseg = fpu_cs,
     fpu_fioff = fpu_ip,
     fpu_foseg = fpu_ds,
-    fpu_fooff = fpu_dp,
+    fpu_fooff = fpu_dp
 };
 
 enum gcc_dwarf_regnums
@@ -143,7 +143,7 @@
     gcc_dwarf_fpu_stmm4,
     gcc_dwarf_fpu_stmm5,
     gcc_dwarf_fpu_stmm6,
-    gcc_dwarf_fpu_stmm7,
+    gcc_dwarf_fpu_stmm7
 
 };
 
@@ -205,7 +205,7 @@
     gdb_fpu_xmm13   =  53,
     gdb_fpu_xmm14   =  54,
     gdb_fpu_xmm15   =  55,
-    gdb_fpu_mxcsr   =  56,
+    gdb_fpu_mxcsr   =  56
 };
 
 RegisterContextDarwin_x86_64::RegisterContextDarwin_x86_64 (Thread &thread, uint32_t concrete_frame_idx) :
Index: source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
===================================================================
--- source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h	(revision 137975)
+++ source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h	(working copy)
@@ -62,12 +62,12 @@
         KDP_WRITEMEM64,
         KDP_BREAKPOINT_SET64,
         KDP_BREAKPOINT_REMOVE64,
-        KDP_KERNELVERSION,
+        KDP_KERNELVERSION
     } CommandType;
 
     enum 
     {
-        KDP_FEATURE_BP = (1u << 0),
+        KDP_FEATURE_BP = (1u << 0)
     };
 
     typedef enum
