[MC] Cleanup noop default case spelling. NFC.

llvm-svn: 339906
diff --git a/llvm/lib/MC/MCExpr.cpp b/llvm/lib/MC/MCExpr.cpp
index 638cb35..c3cb3ed 100644
--- a/llvm/lib/MC/MCExpr.cpp
+++ b/llvm/lib/MC/MCExpr.cpp
@@ -762,7 +762,7 @@
           case MCBinaryExpr::NE:
             Res = MCValue::get((R->isEqualTo(R)) ? 0 : -1);
             return true;
-          default: {}
+          default: break;
           }
         }
       return false;