diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-22 09:27:29 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-22 10:27:29 +0300 |
commit | b07fc07ce90c12a191e0d425ae7a90f2ba690d3e (patch) | |
tree | 903d112e9ed281e22134836efd5c904f7cf37795 /compatibility-client | |
parent | a838d982040995d1207df26ea51ba41e7cf01f2e (diff) | |
download | vaadin-framework-b07fc07ce90c12a191e0d425ae7a90f2ba690d3e.tar.gz vaadin-framework-b07fc07ce90c12a191e0d425ae7a90f2ba690d3e.zip |
Replace tab with spaces in .xml files (#10064)
Diffstat (limited to 'compatibility-client')
-rwxr-xr-x | compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml b/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml index f121892f35..548fd27c53 100755 --- a/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml +++ b/compatibility-client/src/main/resources/com/vaadin/v7/Vaadin7WidgetSet.gwt.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.8.1//EN" "http://gwtproject.org/doctype/2.8.1/gwt-module.dtd"> <module> - <!-- Hint for WidgetSetBuilder not to automatically update the file --> - <!-- WS Compiler: manually edited --> + <!-- Hint for WidgetSetBuilder not to automatically update the file --> + <!-- WS Compiler: manually edited --> - <inherits name="com.vaadin.DefaultWidgetSet" /> + <inherits name="com.vaadin.DefaultWidgetSet" /> <source path="shared" /> <source path="client" /> |