diff options
author | Joel Stanley <joel@jms.id.au> | 2017-09-05 15:51:43 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-09-05 17:55:54 +1000 |
commit | 4200d26dfa9d64c5b49a2eb2b5a867f505703a77 (patch) | |
tree | 18074c4695a182f526e840ac75efb3d76d4264bd /hw/chiptod.c | |
parent | 6372c4401f9a7853da5dc4ff1a3fa8f3bf528921 (diff) | |
download | skiboot-4200d26dfa9d64c5b49a2eb2b5a867f505703a77.zip skiboot-4200d26dfa9d64c5b49a2eb2b5a867f505703a77.tar.gz skiboot-4200d26dfa9d64c5b49a2eb2b5a867f505703a77.tar.bz2 |
hw/chiptod: Remove space before tab in comment
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Michael Neuling <mikey@neuling.org>
Reviewed-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/chiptod.c')
-rw-r--r-- | hw/chiptod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/chiptod.c b/hw/chiptod.c index 22cc310..3fb41b1 100644 --- a/hw/chiptod.c +++ b/hw/chiptod.c @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, |