summaryrefslogtreecommitdiff
path: root/firmware/include/time.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-22 21:24:09 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-02-22 21:24:09 +0000
commit0b7dcd69c801a7439de5bfc53ae4005ec3846634 (patch)
tree42e62d3eec4ec49c7fd95ff01d5ca7d015c6fd45 /firmware/include/time.h
parent3f5f3524d478743a4c2f470f0baf7b767ce8d1c2 (diff)
downloadrockbox-0b7dcd69c801a7439de5bfc53ae4005ec3846634.tar.gz
rockbox-0b7dcd69c801a7439de5bfc53ae4005ec3846634.zip
Remove tabs in firmware path (taking into account the original spacing).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24864 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/time.h')
-rw-r--r--firmware/include/time.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/firmware/include/time.h b/firmware/include/time.h
index 9010d99cc2..28680494f9 100644
--- a/firmware/include/time.h
+++ b/firmware/include/time.h
@@ -14,15 +14,15 @@
14 14
15struct tm 15struct tm
16{ 16{
17 int tm_sec; 17 int tm_sec;
18 int tm_min; 18 int tm_min;
19 int tm_hour; 19 int tm_hour;
20 int tm_mday; 20 int tm_mday;
21 int tm_mon; 21 int tm_mon;
22 int tm_year; 22 int tm_year;
23 int tm_wday; 23 int tm_wday;
24 int tm_yday; 24 int tm_yday;
25 int tm_isdst; 25 int tm_isdst;
26}; 26};
27 27
28#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED) 28#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)