aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDigital Rounin <digitalrounin@gmail.com>2013-09-03 19:01:30 +0700
committerDigital Rounin <digitalrounin@gmail.com>2013-09-03 19:01:30 +0700
commit868d807d8d6c0dcd63963ad40b9f10971eb459d9 (patch)
tree904b4f50d869d1ec542585704a3ae1d926519520
parent1792cf93aaf496ddaff3cd3124ce182e3296eb8f (diff)
downloadnanohttpd-868d807d8d6c0dcd63963ad40b9f10971eb459d9.tar.gz
Expanded tabs to spaces
Cleaned up inconsistent use of tabs. Made these 8ish lines more like the rest of the POM.
-rw-r--r--core/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 4d4361f..b2b9c06 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -18,16 +18,16 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.2.5</version>
- <scope>test</scope>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.2.5</version>
+ <scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.2.5</version>
- <scope>test</scope>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.2.5</version>
+ <scope>test</scope>
</dependency>
</dependencies>