Skip to content

Commit

Permalink
delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence D'Oliveiro committed Jan 6, 2015
1 parent e79a4df commit 58c21a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Expand Up @@ -33,7 +33,7 @@ the JDK keytool command, something like this:

keytool -genkeypair -keystore keystorename -storepass keystorepassword \
-keyalg RSA -validity $((25 * 365)) -alias keyalias -keysize 2048 \
-dname "CN=J Random Hacker, O=HackerCo, L=Anytown, ST=Anystate, C=US"
-dname "CN=J Random Hacker, O=HackerCo, L=Anytown, ST=Anystate, C=US"

substituting your own filename for keystorename, your own password
for keystorepassword, your own name for the key for keyalias, and of course
Expand Down
4 changes: 2 additions & 2 deletions src/Main.java
Expand Up @@ -800,7 +800,7 @@ public void run()
{
ContextMenu = null;
} /*if*/
} /*onCreateContextMenu*/
} /*onCreateContextMenu*/

void BuildActivityResultActions()
{
Expand Down Expand Up @@ -1114,7 +1114,7 @@ public void PostRun()
),
/*duration =*/ Toast.LENGTH_SHORT
).show();

}
catch (Persistent.DataFormatException Failed)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Persistent.java
Expand Up @@ -86,7 +86,7 @@ public void close()
Parent.write(TheData, 0, TheData.length);
Parent.closeEntry();
} /*close*/

} /*ZipComponentWriter*/

public class Persistent
Expand Down Expand Up @@ -1685,7 +1685,7 @@ public void PostRun()
java.io.FileOutputStream CurSave;
try
{
final String StateName =
final String StateName =
SaveLib ?
SavedLibName
:
Expand Down

0 comments on commit 58c21a8

Please sign in to comment.