Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Oct 15, 2024
1 parent c1b5f4e commit 5292b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combineLookupTables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void copyDirectory( TDirectory* source,
adir = ( TDirectory* )savdir->Get( source->GetName() );
}

if( !adir )
if(!adir )
{
// 2. case: make top directory
if( hx )
Expand Down

0 comments on commit 5292b3d

Please sign in to comment.