Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
laszloh committed Dec 5, 2023
1 parent 7de23cc commit f54107f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SdCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ sdcard_type_t SdCard_GetType(void);
uint64_t SdCard_GetSize();
uint64_t SdCard_GetFreeSize();
void SdCard_PrintInfo();
std::optional<Playlist*> SdCard_ReturnPlaylist(const char *fileName, const uint32_t _playMode);
std::optional<Playlist *> SdCard_ReturnPlaylist(const char *fileName, const uint32_t _playMode);
const String SdCard_pickRandomSubdirectory(const char *_directory);
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define __ESPUINO_SETTINGS_H__
#include "Arduino.h"
#include "values.h"
#include "cpp.h"
#include "cpp.h"
#if __has_include("settings-override.h")
#include "settings-override.h"
#else
Expand Down

0 comments on commit f54107f

Please sign in to comment.