Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aoleg94 authored Jun 21, 2022
1 parent 5bac2fa commit bde4e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/remotefs/HTTPDir/HTTPDir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ void HTTPDir::DirList(std::string path,const std::vector<std::string> &extension
std::smatch sm;
currentpath = path;


std::regex rgxlinks("<a href=\"(.*?)\".*?>(?!Parent Directory)(.*?)<\/a>");

while (regex_search(s, sm, rgxlinks))
{
FS::FileEntry tmpentry;
Expand Down Expand Up @@ -133,4 +133,4 @@ void HTTPDir::backDir(){
currentpath = currentpath.substr(0, currentpath.find_last_of("\\/")+1);
}

#endif
#endif

0 comments on commit bde4e6b

Please sign in to comment.