diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-09 16:11:45 -1000 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2016-12-09 16:11:45 -1000 |
commit | 854aa11d237ff75474dc6c26833fcde884fdecd6 (patch) | |
tree | 5ebec611afd5b8fc078c8d46990f94d5f2aa1209 | |
parent | ef69d847a3f7f936fb2ce58421b59b6f96dcffd6 (diff) |
Use consistent indentation in toml files.
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [workspace] members = [ - "bindgen", - "libbindgen", - "libbindgen/tests/expectations", + "bindgen", + "libbindgen", + "libbindgen/tests/expectations", ] |