Skip to content

Commit b6ce731

Browse files
committed
clang clang
1 parent 54c8ad6 commit b6ce731

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TJpg_Decoder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ int TJpg_Decoder::jd_output(JDEC *jdec, void *bitmap, JRECT *jrect) {
232232
/**************************************************************************/
233233
// Generic file call for SD or SPIFFS, uses leading / to distinguish SPIFFS
234234
// files
235-
JRESULT
236-
TJpg_Decoder::drawJpg(int32_t x, int32_t y, const char *pFilename) {
235+
JRESULT TJpg_Decoder::drawJpg(int32_t x, int32_t y, const char *pFilename) {
237236

238237
#if defined(ARDUINO_ARCH_ESP8266) || defined(ESP32)
239238
#if defined(TJPGD_LOAD_SD_LIBRARY)

0 commit comments

Comments
 (0)