[NFC] Fix merge mistake in TokenAnnotator.cpp
authorTobias Hieta <tobias@hieta.se>
Tue, 25 Oct 2022 08:08:28 +0000 (10:08 +0200)
committerTobias Hieta <tobias@hieta.se>
Tue, 25 Oct 2022 08:08:51 +0000 (10:08 +0200)
clang/lib/Format/TokenAnnotator.cpp

index fba1a12..0b613c9 100644 (file)
@@ -1346,6 +1346,7 @@ private:
           CurrentToken->setType(TT_ImplicitStringLiteral);
         next();
         }
+      }
     }
   }