Skip to content

Commit 601161f

Browse files
committed
Indentation pass to match the rest of the project style
1 parent da2ce56 commit 601161f

File tree

5 files changed

+306
-310
lines changed

5 files changed

+306
-310
lines changed

src/Flash.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Copyright (c) 2011-2012, ShumaTech
55
// All rights reserved.
6-
//
6+
//
77
// Redistribution and use in source and binary forms, with or without
88
// modification, are permitted provided that the following conditions are met:
99
// * Redistributions of source code must retain the above copyright
@@ -14,7 +14,7 @@
1414
// * Neither the name of the <organization> nor the
1515
// names of its contributors may be used to endorse or promote products
1616
// derived from this software without specific prior written permission.
17-
//
17+
//
1818
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1919
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2020
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -93,10 +93,10 @@ class Flash
9393
virtual uint32_t numPages() { return _pages; }
9494
virtual uint32_t numPlanes() { return _planes; }
9595

96-
//Usually all the bootloaders are in ROM and the application is flashed
97-
//in page 0.But for some types of Flash, it could be different and will
98-
//be overrided in the derived class
99-
virtual uint16_t appStartPage() { return 0;}
96+
// Usually all the bootloaders are in ROM and the application is flashed
97+
// in page 0. But for some types of Flash, it could be different and will
98+
// be overrided in the derived class
99+
virtual uint16_t appStartPage() { return 0; }
100100

101101
virtual void eraseAll() = 0;
102102
virtual void eraseAuto(bool enable) = 0;

0 commit comments

Comments
 (0)