Skip to content

Commit 25a4ce5

Browse files
codestyle unification
1 parent 02c46a8 commit 25a4ce5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/property/types/CloudColor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ class CloudColor : public Property {
201201
}
202202
};
203203

204-
#endif /* CLOUDCOLOR_H_ */
204+
#endif /* CLOUDCOLOR_H_ */

src/property/types/CloudSchedule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ class Schedule {
318318
if(isScheduleFixed(msk) || isScheduleOneShot(msk)) {
319319
return true;
320320
}
321-
321+
322322
if(isScheduleWeekly(msk)) {
323323
unsigned int currentDayMask = getCurrentDayMask(now);
324324
unsigned int scheduleMask = getScheduleWeekMask(msk);
325-
325+
326326
if((currentDayMask & scheduleMask) != 0) {
327327
return true;
328328
}

0 commit comments

Comments
 (0)