Fix odd formatting that snuck into last patch.

llvm-svn: 208130
diff --git a/llvm/lib/MC/SubtargetFeature.cpp b/llvm/lib/MC/SubtargetFeature.cpp
index f2d12af..844df0a 100644
--- a/llvm/lib/MC/SubtargetFeature.cpp
+++ b/llvm/lib/MC/SubtargetFeature.cpp
@@ -196,9 +196,9 @@
 
 /// ToggleFeature - Toggle a feature and returns the newly updated feature
 /// bits.
-uint64_t SubtargetFeatures::ToggleFeature(
-    uint64_t Bits, const StringRef Feature,
-    ArrayRef<SubtargetFeatureKV> FeatureTable) {
+uint64_t
+SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
+                                 ArrayRef<SubtargetFeatureKV> FeatureTable) {
 
   // Find feature in table.
   const SubtargetFeatureKV *FeatureEntry =