Reformat README table structure after #23469 (#23474)

* Restyle messed up table format. corrected it

* Restyle
diff --git a/README.md b/README.md
index 19f9a36..d552a52 100644
--- a/README.md
+++ b/README.md
@@ -179,21 +179,28 @@
 
 # Directory Structure
 
-| The Matter repository is structured as follows:       | File/Folder                                                  | Content       |
-| ----------------------------------------------------- | ------------------------------------------------------------ | ------------- |
-| build                                                 | Build system support content and built output directories    |               |
-| build_overrides                                       | Build system parameter customization for different platforms |
-| config                                                | Project configurations                                       |               | credentials | Development and test |
-| credentials                                           |                                                              | docs          | Documentation, including guides  |  | examples | Example |
-| firmware applications that demonstrate use of Matter  |                                                              | integrations  | 3rd |
-| Party integrations                                    |                                                              | scripts       | Scripts needed to work with the Matter |
-| repository                                            |                                                              | src           | Implementation of Matter  |  | third_party | 3rd party code |
-| used by Matter                                        |                                                              | zzz_generated | zap generated template code - Revolving |
-| around cluster information                            |                                                              | BUILD.gn      | Build file for the gn build system  |
-| CODE_OF_CONDUCT.md                                    | Code of conduct for Matter and contribution to it            |               |
-| CONTRIBUTING.md                                       | Guidelines for contributing to Matter                        |               | LICENSE | Matter |
-| license file                                          |                                                              | REVIEWERS.md  | PR reviewers  |  | gn_build.sh | Build script |
-| for specific projects such as Android, EFR32, etc.    |                                                              | README.md     | This File |
+The Matter repository is structured as follows:
+
+| File/Folder        | Content                                                            |
+| ------------------ | ------------------------------------------------------------------ |
+| build              | Build system support content and built output directories          |
+| build_overrides    | Build system parameter customization for different platforms       |
+| config             | Project configurations                                             |
+| credentials        | Development and test credentials                                   |
+| docs               | Documentation, including guides                                    |
+| examples           | Example firmware applications that demonstrate use of Matter       |
+| integrations       | 3rd Party integrations                                             |
+| scripts            | Scripts needed to work with the Matter repository                  |
+| src                | Implementation of Matter                                           |
+| third_party        | 3rd party code used by Matter                                      |
+| zzz_generated      | zap generated template code - Revolving around cluster information |
+| BUILD.gn           | Build file for the gn build system                                 |
+| CODE_OF_CONDUCT.md | Code of conduct for Matter and contribution to it                  |
+| CONTRIBUTING.md    | Guidelines for contributing to Matter                              |
+| LICENSE            | Matter license file                                                |
+| REVIEWERS.md       | PR reviewers                                                       |
+| gn_build.sh        | Build script for specific projects such as Android, EFR32, etc.    |
+| README.md          | This File                                                          |
 
 # License