Skip to content

Commit

Permalink
Merge pull request #11 from amphineko/restyled/feat-android-support
Browse files Browse the repository at this point in the history
Restyle Enhance PKCS#12 compatibility for Android devices
  • Loading branch information
amphineko authored Mar 17, 2024
2 parents d61b0d6 + 8aaee78 commit ca4a8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/java-pkcs12-compatibility/.clang-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
ColumnLimit: 120
2 changes: 1 addition & 1 deletion tools/java-pkcs12-compatibility/src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public static void main(String[] args) throws Exception {
}
});
}
}
}

0 comments on commit ca4a8b0

Please sign in to comment.