aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-19 00:31:03 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-19 00:31:03 -0800
commit26678682ca90b68f19b993e259bf43384c0a18ec (patch)
treeaf119f1845d12657d42e8ba57f90350c9f89c57f /wildcard.cpp
parent7d63900fb8167d344a58c0c7e541166974b0c672 (diff)
Fix indentation of switch statements
Diffstat (limited to 'wildcard.cpp')
-rw-r--r--wildcard.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/wildcard.cpp b/wildcard.cpp
index da7a7a1c..e17f6cd1 100644
--- a/wildcard.cpp
+++ b/wildcard.cpp
@@ -477,15 +477,15 @@ static wcstring file_get_desc(const wcstring &filename,
{
switch (err)
{
- case ENOENT:
- {
- return COMPLETE_ROTTEN_SYMLINK_DESC;
- }
+ case ENOENT:
+ {
+ return COMPLETE_ROTTEN_SYMLINK_DESC;
+ }
- case ELOOP:
- {
- return COMPLETE_LOOP_SYMLINK_DESC;
- }
+ case ELOOP:
+ {
+ return COMPLETE_LOOP_SYMLINK_DESC;
+ }
}
/*
On unknown errors we do nothing. The file will be